Skip to content

Commit 96ae77c

Browse files
update: workflow
1 parent a893ccd commit 96ae77c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup dotnet
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: |
20-
6.0.x
21-
7.0.x
20+
8.0.x
2221
2322
- name: Build
2423
run: ./build.sh
@@ -27,14 +26,13 @@ jobs:
2726
runs-on: windows-latest
2827

2928
steps:
30-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3130

3231
- name: Setup dotnet
33-
uses: actions/setup-dotnet@v1
32+
uses: actions/setup-dotnet@v4
3433
with:
3534
dotnet-version: |
36-
6.0.x
37-
7.0.x
35+
8.0.x
3836
3937
- name: Build
4038
run: |

0 commit comments

Comments
 (0)