Skip to content

Commit c4d2dc4

Browse files
committed
chore: Update GitHub Actions
1 parent 91e39be commit c4d2dc4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
4747
steps:
4848
- name: Checkout Source
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5050
with:
5151
fetch-depth: 0
5252
fetch-tags: true
@@ -97,13 +97,13 @@ jobs:
9797
}
9898
9999
- name: Upload NuGet packages
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
101101
with:
102102
name: nuget-packages
103103
path: ${{ env.DIST_DIR }}/nuget
104104

105105
- name: Upload Test Assemblies
106-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
107107
with:
108108
name: test-assemblies
109109
path: ${{ env.DIST_DIR }}/testBinaries
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout Source
134-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
135135

136136
# Set up working directories/paths consistently
137137
- name: Set Paths (Windows)
@@ -177,7 +177,7 @@ jobs:
177177
dotnet-version: 8.0.x
178178

179179
- name: Download Test Binaries
180-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
180+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
181181
with:
182182
name: test-assemblies
183183
path: ${{ env.WORKPATH }}
@@ -277,7 +277,7 @@ jobs:
277277
278278
- name: Upload Test Results
279279
if: always()
280-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
280+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
281281
with:
282282
name: test-results-${{ matrix.os }}-${{ matrix.arch }}
283283
path: ${{ env.TEST_RESULTS_ROOT_DIR }}
@@ -288,7 +288,7 @@ jobs:
288288
runs-on: ubuntu-latest
289289
steps:
290290
- name: Download all test result artifacts
291-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
291+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
292292
with:
293293
pattern: test-results-*
294294
path: all-results
@@ -325,7 +325,7 @@ jobs:
325325
}
326326
327327
- name: Upload Aggregate Coverage HTML
328-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
328+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
329329
with:
330330
name: coverage-aggregate-html
331331
path: coverage/aggregate
@@ -339,7 +339,7 @@ jobs:
339339
- test
340340
steps:
341341
- name: Checkout Source
342-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
342+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
343343
with:
344344
fetch-depth: 0
345345
fetch-tags: true
@@ -363,7 +363,7 @@ jobs:
363363
Add-Content $env:GITHUB_OUTPUT "version=$nugetVersion"
364364
365365
- name: Download NuGet Packages
366-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
366+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
367367
with:
368368
name: nuget-packages
369369
path: dist/nuget

.github/workflows/powershell-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pester:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5656

5757
- name: Restore Powershell Dependencies
5858
shell: pwsh

0 commit comments

Comments
 (0)