Skip to content

Commit d817121

Browse files
authored
Update build.yml
1 parent 156077c commit d817121

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v4
19+
uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: |
22-
6.0.x
23-
7.0.x
2422
8.0.x
2523
9.0.x
24+
10.0.x
2625
- name: Build with .NET
2726
run: dotnet build --configuration Release
2827
- name: Test with .NET

0 commit comments

Comments
 (0)