Skip to content

Commit 18e4a0f

Browse files
authored
Upgrade GitHub Actions for .NET workflow
1 parent fcd1f7f commit 18e4a0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: 10.x
20-
dotnet-quality: 'preview'
19+
dotnet-version: |
20+
8.0.x
21+
9.0.x
2122
- name: Restore dependencies
2223
run: dotnet restore
2324
- name: Build

0 commit comments

Comments
 (0)