We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ef5cd commit 341b543Copy full SHA for 341b543
.github/workflows/Release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-to-gallery:
9
runs-on: windows-2019
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: Set PSRepository to Trusted for PowerShell Gallery
13
shell: pwsh
14
run: |
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
- Updated Sample Reports
18
- Updated CodeQL upload-sarif action requirement to v3
19
- Updated PSScriptAnalyzer checkout action requirement to v4
20
+- Updated PublishPowerShellModule checkout action requirement to v4
21
22
### Fixed
23
0 commit comments