From f41980d080bfb1307bdf4d30e0c2ddaf65ae089b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:27:31 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/c2-reconciler-canary.yml | 2 +- .github/workflows/c6-engine-wiring-canary.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/codeql.yml | 2 +- .github/workflows/codex-review.yml | 2 +- .github/workflows/cpu-substrate-canary.yml | 2 +- .github/workflows/default-install-smoke.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/c2-reconciler-canary.yml b/.github/workflows/c2-reconciler-canary.yml index d4e69bb5..ee12b75c 100644 --- a/.github/workflows/c2-reconciler-canary.yml +++ b/.github/workflows/c2-reconciler-canary.yml @@ -36,7 +36,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: diff --git a/.github/workflows/c6-engine-wiring-canary.yml b/.github/workflows/c6-engine-wiring-canary.yml index f79579cb..ed6a3181 100644 --- a/.github/workflows/c6-engine-wiring-canary.yml +++ b/.github/workflows/c6-engine-wiring-canary.yml @@ -42,7 +42,7 @@ jobs: runs-on: ${{ github.event.inputs.runner || 'ubuntu-latest' }} timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 461bd896..bc1f786f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 @@ -112,7 +112,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 @@ -167,7 +167,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 @@ -185,7 +185,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 @@ -205,7 +205,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 @@ -274,7 +274,7 @@ jobs: IMAGE_TAG: ci-${{ github.sha }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e0b4e6ec..ee26efe9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: packages: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index cdcdef38..fbbdd449 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -32,7 +32,7 @@ jobs: outputs: final_message: ${{ steps.run_codex.outputs.final-message }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: # Check out the PR's merge commit. ref: refs/pull/${{ github.event.pull_request.number }}/merge diff --git a/.github/workflows/cpu-substrate-canary.yml b/.github/workflows/cpu-substrate-canary.yml index bf9df804..cbf3aa4b 100644 --- a/.github/workflows/cpu-substrate-canary.yml +++ b/.github/workflows/cpu-substrate-canary.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ github.event.inputs.runner || 'ubuntu-latest' }} timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: diff --git a/.github/workflows/default-install-smoke.yml b/.github/workflows/default-install-smoke.yml index 27b3b4a5..8696340e 100644 --- a/.github/workflows/default-install-smoke.yml +++ b/.github/workflows/default-install-smoke.yml @@ -49,7 +49,7 @@ jobs: # wedged kind cluster / image pull, not the expected runtime. timeout-minutes: 15 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: