Skip to content

Commit 7339b34

Browse files
authored
Merge pull request #83 from MxLabs/development
Update actions workflow
2 parents 021f8cc + 752df48 commit 7339b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
releases-only: true
2626
id: anviz
2727

28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Setup .NET
30-
uses: actions/setup-dotnet@v3
30+
uses: actions/setup-dotnet@v4
3131
with:
32-
dotnet-version: 8.0.x
32+
dotnet-version: 9.0.x
3333
- name: Restore dependencies
3434
run: dotnet restore
3535

0 commit comments

Comments
 (0)