File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,11 @@ jobs:
1414 build :
1515 runs-on : windows-latest
1616 steps :
17- - uses : actions/checkout@v2
18- - name : Setup .NET Core
19- uses : actions/setup-dotnet@v1
17+ - uses : actions/checkout@v3
18+ - name : Setup .NET
19+ uses : actions/setup-dotnet@v3
2020 with :
21- dotnet-version : 6.0.400
22- - name : Setup .NET Core
23- uses : actions/setup-dotnet@v1
24- with :
25- dotnet-version : 7.0.100-preview.6.22352.1
21+ dotnet-version : 7.0.100
2622 - name : Restore tools
2723 run : dotnet tool restore
2824 - name : Restore projects
Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ jobs:
1515 runs-on : ${{ matrix.os }}
1616
1717 steps :
18- - uses : actions/checkout@v2
19- - name : Setup .NET Core
20- uses : actions/setup-dotnet@v1
18+ - uses : actions/checkout@v3
19+ - name : Setup .NET
20+ uses : actions/setup-dotnet@v3
2121 with :
22- dotnet-version : 6.0.400
23- - name : Setup .NET Core
24- uses : actions/setup-dotnet@v1
25- with :
26- dotnet-version : 7.0.100-preview.6.22352.1
22+ dotnet-version : 7.0.100
2723 - name : Restore tools
2824 run : dotnet tool restore
2925 - name : Restore projects
You can’t perform that action at this time.
0 commit comments