Skip to content

Commit 341b543

Browse files
committed
Updated PublishPowerShellModule checkout action requirement to v4
1 parent 77ef5cd commit 341b543

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-to-gallery:
99
runs-on: windows-2019
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Set PSRepository to Trusted for PowerShell Gallery
1313
shell: pwsh
1414
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Updated Sample Reports
1818
- Updated CodeQL upload-sarif action requirement to v3
1919
- Updated PSScriptAnalyzer checkout action requirement to v4
20+
- Updated PublishPowerShellModule checkout action requirement to v4
2021

2122
### Fixed
2223

0 commit comments

Comments
 (0)