Skip to content

Commit 48a2d78

Browse files
committed
2 parents d3a0e6b + 18a0bf2 commit 48a2d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install .NET
35-
uses: actions/setup-dotnet@v4
35+
uses: actions/setup-dotnet@v5
3636
with:
3737
dotnet-version: 9.x
3838

3939
- name: Setup Node
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v5
4141
with:
4242
node-version: "22"
4343

0 commit comments

Comments
 (0)