Skip to content

Commit 217b0a1

Browse files
committed
Update GitHub Actions
1 parent 4d066af commit 217b0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
DOTNET_EnableHWIntrinsic: ${{ matrix.hardware-intrinsics }}
3030
steps:
3131
- name: Check out repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Set up .NET
35-
uses: actions/setup-dotnet@v4
35+
uses: actions/setup-dotnet@v5
3636

3737
- name: Install dependencies
3838
working-directory: src

0 commit comments

Comments
 (0)