Skip to content

Commit

Permalink
Updated PublishPowerShellModule checkout action requirement to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Feb 14, 2024
1 parent 77ef5cd commit 341b543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish-to-gallery:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set PSRepository to Trusted for PowerShell Gallery
shell: pwsh
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated Sample Reports
- Updated CodeQL upload-sarif action requirement to v3
- Updated PSScriptAnalyzer checkout action requirement to v4
- Updated PublishPowerShellModule checkout action requirement to v4

### Fixed

Expand Down

0 comments on commit 341b543

Please sign in to comment.