File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5050
5151 runs-on : ${{ matrix.os }}
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
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@v5
26+ uses : actions/checkout@v6
2727
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2929 npm-vulnerabilities : ${{ steps.check-versions.outputs.npm-vulnerabilities }}
3030 open-dependency-prs : ${{ steps.check-prs.outputs.open-dependency-prs }}
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - name : Setup Node.js
3434 uses : actions/setup-node@v6
3535 with :
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@v5
20+ uses : actions/checkout@v6
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@v5
92+ uses : actions/checkout@v6
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@v5
18+ uses : actions/checkout@v6
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@v5
92+ - uses : actions/checkout@v6
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 99 update-node :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Get latest Node versions
1414 id : node-versions
1515 run : |
Original file line number Diff line number Diff line change 77 npm-audit-with-ts-fix :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : Setup Node.js
1212 uses : actions/setup-node@v6
1313 with :
Original file line number Diff line number Diff line change 99 npm-audit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Setup Node.js
1515 uses : actions/setup-node@v6
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@v5
14+ - uses : actions/checkout@v6
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@v5
89+ - uses : actions/checkout@v6
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@v5
132+ - uses : actions/checkout@v6
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@v5
299+ uses : actions/checkout@v6
300300
301301 - name : Compute image version
302302 id : image
You can’t perform that action at this time.
0 commit comments