Skip to content

Commit

Permalink
Fix Node.js 12 actions are deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Jun 4, 2023
1 parent c92de85 commit c7994b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PSScriptAnalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Run PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: lint
uses: devblackops/github-action-psscriptanalyzer@master
with:
Expand All @@ -14,4 +14,4 @@ jobs:
failOnWarnings: false
failOnInfos: false
repoToken: ${{ secrets.GITHUB_TOKEN }}
settingsPath: .github/workflows/PSScriptAnalyzerSettings.psd1
settingsPath: .github/workflows/PSScriptAnalyzerSettings.psd1

0 comments on commit c7994b7

Please sign in to comment.