File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-24.04
2121 steps :
2222 - name : Clone the repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Read version from ref
2626 id : version
Original file line number Diff line number Diff line change 3131 DOTNET_CLI_TELEMETRY_OPTOUT : 1
3232 NUGET_PACKAGES : ${{ github.workspace }}/.github/nuget-packages
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - name : Set up .NET SDK
3636 uses : actions/setup-dotnet@v5
3737 with :
@@ -51,14 +51,14 @@ jobs:
5151 encoding :
5252 runs-on : ubuntu-24.04
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Verify encoding
5656 shell : pwsh
5757 run : scripts/Test-Encoding.ps1
5858 licenses :
5959 runs-on : ubuntu-24.04
6060 steps :
6161 - name : Check out the sources
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363 - name : REUSE license check
6464 uses : fsfe/reuse-action@v6
Original file line number Diff line number Diff line change 2727 run : echo "version=$(if ($env:GITHUB_REF.StartsWith('refs/tags/v')) { $env:GITHUB_REF -replace '^refs/tags/v', '' } else { 'next' })" >> $env:GITHUB_OUTPUT
2828
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - name : Read the changelog
3333 uses : ForNeVeR/ChangelogAutomation.action@v2
You can’t perform that action at this time.
0 commit comments