File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
20- - name : Setup .NET 7
20+ - name : Setup .NET 8
2121 uses : actions/setup-dotnet@v3
2222 with :
23- dotnet-version : 7 .0.*
23+ dotnet-version : ' 8 .0.x '
2424 - name : Build with Nuke
2525 run : ./build.sh compile
2626 shell : bash
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
18- - name : Setup .NET 7
18+ - name : Setup .NET 8
1919 uses : actions/setup-dotnet@v3
2020 with :
21- dotnet-version : 7 .0.*
21+ dotnet-version : 8 .0.*
2222
2323 - name : Publish to NuGet with Nuke
2424 run : ./build.sh push --nuget-api-key ${{ secrets.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments