We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893ccd commit 96ae77cCopy full SHA for 96ae77c
.github/workflows/ci.yml
@@ -11,14 +11,13 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
16
- name: Setup dotnet
17
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v4
18
with:
19
dotnet-version: |
20
- 6.0.x
21
- 7.0.x
+ 8.0.x
22
23
- name: Build
24
run: ./build.sh
@@ -27,14 +26,13 @@ jobs:
27
26
runs-on: windows-latest
28
29
30
31
32
33
34
35
36
37
38
39
40
run: |
0 commit comments