File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5050
5151 runs-on : ${{ matrix.os }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454
5555 # Build runner layout
5656 - name : Build & Layout Release
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 BUILDX_CURRENT_VERSION : ${{ steps.check_buildx_version.outputs.CURRENT_VERSION }}
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Check Docker version
2323 id : check_docker_version
8989 runs-on : ubuntu-latest
9090 steps :
9191 - name : Checkout repository
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393
9494 - name : Update Docker version
9595 shell : bash
Original file line number Diff line number Diff line change 1515 DOTNET_CURRENT_MAJOR_MINOR_VERSION : ${{ steps.fetch_current_version.outputs.DOTNET_CURRENT_MAJOR_MINOR_VERSION }}
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Get current major minor version
2020 id : fetch_current_version
2121 shell : bash
8989 if : ${{ needs.dotnet-update.outputs.SHOULD_UPDATE == 1 && needs.dotnet-update.outputs.BRANCH_EXISTS == 0 }}
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 with :
9494 ref : feature/dotnetsdk-upgrade/${{ needs.dotnet-update.outputs.DOTNET_LATEST_MAJOR_MINOR_PATCH_VERSION }}
9595 - name : Create Pull Request
Original file line number Diff line number Diff line change 1111 if : startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 # Make sure ./releaseVersion match ./src/runnerversion
1717 # Query GitHub release ensure version is not used
8686
8787 runs-on : ${{ matrix.os }}
8888 steps :
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v5
9090
9191 # Build runner layout
9292 - name : Build & Layout Release
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ubuntu-latest
130130 steps :
131131
132- - uses : actions/checkout@v4
132+ - uses : actions/checkout@v5
133133
134134 # Download runner package tar.gz/zip produced by 'build' job
135135 - name : Download Artifact (win-x64)
@@ -296,7 +296,7 @@ jobs:
296296 IMAGE_NAME : ${{ github.repository_owner }}/actions-runner
297297 steps :
298298 - name : Checkout repository
299- uses : actions/checkout@v4
299+ uses : actions/checkout@v5
300300
301301 - name : Compute image version
302302 id : image
You can’t perform that action at this time.
0 commit comments