Skip to content

Commit 2c319ef

Browse files
committed
use v4
1 parent 247ee9a commit 2c319ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2727

2828
- name: Setup .NET SDK 7.x
29-
uses: actions/setup-dotnet@v3
29+
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: '7.x'
3232

3333
- name: Setup .NET SDK 8.x
34-
uses: actions/setup-dotnet@v3
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: '8.x'
3737

0 commit comments

Comments
 (0)