File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Setup .NET
17- uses : actions/setup-dotnet@v1
16+ - name : Setup .NET 8
17+ uses : actions/setup-dotnet@v4
1818 with :
19- dotnet-version : ' 9 .x.x'
19+ dotnet-version : ' 8 .x.x'
2020 - name : Restore local tools
2121 run : dotnet tool restore
2222 - name : make script executable
@@ -30,11 +30,11 @@ jobs:
3030 runs-on : windows-latest
3131
3232 steps :
33- - uses : actions/checkout@v2
34- - name : Setup .NET
35- uses : actions/setup-dotnet@v1
33+ - uses : actions/checkout@v4
34+ - name : Setup .NET 8
35+ uses : actions/setup-dotnet@v4
3636 with :
37- dotnet-version : ' 9 .x.x'
37+ dotnet-version : ' 8 .x.x'
3838 - name : Restore local tools
3939 run : dotnet tool restore
4040 - name : Build and test
You can’t perform that action at this time.
0 commit comments