File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 uses : smorimoto/tune-github-hosted-runner-network@v1
2323 - uses : actions/checkout@v5
2424 - name : Setup dotnet
25- uses : actions/setup-dotnet@v4
25+ uses : actions/setup-dotnet@v5
2626 with :
2727 dotnet-version : " 8.x"
2828 - name : Install dependencies
3838 uses : smorimoto/tune-github-hosted-runner-network@v1
3939 - uses : actions/checkout@v5
4040 - name : Setup dotnet
41- uses : actions/setup-dotnet@v4
41+ uses : actions/setup-dotnet@v5
4242 with :
4343 dotnet-version : " 8.x"
4444 - name : Install dependencies
Original file line number Diff line number Diff line change 2323 fetch-depth : 0 # Get all history for automatic versioning
2424
2525 - name : Setup dotnet
26- uses : actions/setup-dotnet@v4
26+ uses : actions/setup-dotnet@v5
2727 with :
2828 dotnet-version : " 8.0.x"
2929
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v5
3838
3939 - name : Dotnet Setup
40- uses : actions/setup-dotnet@v4
40+ uses : actions/setup-dotnet@v5
4141 with :
4242 dotnet-version : 8.x
4343
Original file line number Diff line number Diff line change 2424 fetch-depth : 0 # Get all history for automatic versioning
2525
2626 - name : Setup .NET
27- uses : actions/setup-dotnet@v4
27+ uses : actions/setup-dotnet@v5
2828
2929 - name : Restore dependencies
3030 run : dotnet restore
You can’t perform that action at this time.
0 commit comments