File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 run : chmod +x ./build.sh
3737 - name : Make build.cmd executable
3838 run : chmod +x ./build.cmd
39- - uses : actions/setup-dotnet@v4
39+ - uses : actions/setup-dotnet@v5
4040 with :
4141 dotnet-version : 6.0.*
42- - uses : actions/setup-dotnet@v4
42+ - uses : actions/setup-dotnet@v5
4343 with :
4444 dotnet-version : 8.0.*
45- - uses : actions/setup-dotnet@v4
45+ - uses : actions/setup-dotnet@v5
4646 with :
4747 dotnet-version : 9.0.*
4848 - name : Cache .nuke/temp, ~/.nuget/packages
@@ -65,13 +65,13 @@ jobs:
6565 run : chmod +x ./build.sh
6666 - name : Make build.cmd executable
6767 run : chmod +x ./build.cmd
68- - uses : actions/setup-dotnet@v4
68+ - uses : actions/setup-dotnet@v5
6969 with :
7070 dotnet-version : 6.0.*
71- - uses : actions/setup-dotnet@v4
71+ - uses : actions/setup-dotnet@v5
7272 with :
7373 dotnet-version : 8.0.*
74- - uses : actions/setup-dotnet@v4
74+ - uses : actions/setup-dotnet@v5
7575 with :
7676 dotnet-version : 9.0.*
7777 - name : Cache .nuke/temp, ~/.nuget/packages
You can’t perform that action at this time.
0 commit comments