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.
2 parents 2cd8833 + 88094a6 commit 1b58411Copy full SHA for 1b58411
2 files changed
.github/workflows/Pester.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
30
31
- name: Set up PowerShell Gallery
32
run: |
.github/workflows/Release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-to-psgallery:
9
runs-on: windows-latest
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- name: Set PSRepository to Trusted for PowerShell Gallery
13
shell: pwsh
14
0 commit comments