We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5ae9a commit 72ca958Copy full SHA for 72ca958
1 file changed
.github/workflows/build-and-test.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
- - name: Setup .NET
17
- uses: actions/setup-dotnet@v1
+ - name: Setup .NET 8
+ uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: '9.x.x'
+ dotnet-version: '8.x.x'
20
- name: Restore local tools
21
run: dotnet tool restore
22
- name: make script executable
@@ -30,11 +30,11 @@ jobs:
30
runs-on: windows-latest
31
32
33
- - uses: actions/checkout@v2
34
35
+ - uses: actions/checkout@v4
36
37
38
39
40
- name: Build and test
0 commit comments