Skip to content

Commit 77ef5cd

Browse files
committed
Updated PSScriptAnalyzer checkout action requirement to v4
1 parent 3c09db4 commit 77ef5cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/PSScriptAnalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Run PSScriptAnalyzer
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
- name: lint
1010
uses: devblackops/github-action-psscriptanalyzer@master
1111
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Updated VMware PowerCLI requirements to v13.2
1717
- Updated Sample Reports
1818
- Updated CodeQL upload-sarif action requirement to v3
19+
- Updated PSScriptAnalyzer checkout action requirement to v4
1920

2021
### Fixed
2122

0 commit comments

Comments
 (0)