File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : Fetch history
1717 run : git fetch --prune --unshallow
1818 - name : Setup .NET
19- uses : actions/setup-dotnet@v1
19+ uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : 8.0.x
21+ dotnet-version : |
22+ 6.0.x
23+ 8.0.x
24+ 9.0.x
2225 - name : Restore dependencies
2326 run : |
2427 dotnet restore src/S7CommPlusDriver
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v1
15+ uses : actions/setup-dotnet@v4
1616 with :
17- dotnet-version : 8.0.x
17+ dotnet-version : |
18+ 6.0.x
19+ 8.0.x
20+ 9.0.x
1821 - name : Restore dependencies
1922 run : |
2023 dotnet restore src/S7CommPlusDriver
Original file line number Diff line number Diff line change 1414 - name : Fetch history
1515 run : git fetch --prune --unshallow
1616 - name : Setup .NET
17- uses : actions/setup-dotnet@v1
17+ uses : actions/setup-dotnet@v4
1818 with :
19- dotnet-version : 8.0.x
19+ dotnet-version : |
20+ 6.0.x
21+ 8.0.x
22+ 9.0.x
2023 - name : Restore dependencies
2124 run : |
2225 dotnet restore src/S7CommPlusDriver
You can’t perform that action at this time.
0 commit comments