File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-dotnet@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-dotnet@v5
1212 with :
1313 dotnet-version : 10.0.x
1414 - run : dotnet restore source
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414 - run : echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
1919 id : gitversion
2020 with :
2121 useConfigFile : true
22- - uses : actions/setup-dotnet@v4
22+ - uses : actions/setup-dotnet@v5
2323 with :
2424 dotnet-version : 10.0.x
2525 - run : dotnet pack source /p:Version=${{ steps.gitversion.outputs.NuGetVersionV2 }}-${{ steps.gitversion.outputs.ShortSha }} /p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }} /p:PackageReleaseNotes="https://github.com/$GITHUB_REPOSITORY/releases/tag/${{ steps.gitversion.outputs.NuGetVersionV2 }}" -o ./releases
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414 - run : echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
2121 with :
2222 useConfigFile : true
2323 - name : Setup .NET
24- uses : actions/setup-dotnet@v4
24+ uses : actions/setup-dotnet@v5
2525 with :
2626 dotnet-version : 10.0.x
2727 - name : Pack
You can’t perform that action at this time.
0 commit comments