From b1d22ec6b519b4fbe16dda26de3c182545e49147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:39:16 +0000 Subject: [PATCH] build(deps): 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) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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/ci.yml | 2 +- .github/workflows/dependabot-changeset.yml | 2 +- .github/workflows/reusable-ci.yml | 8 ++++---- .github/workflows/update-chain-specs.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b5cf6d..b2692e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v3 with: diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 7c1ec10..e85851d 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -18,7 +18,7 @@ jobs: app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }} private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v6 - name: Update PR uses: mscharley/dependency-changesets-action@v1.1.9 with: diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 907cffc..47e825c 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [22.x, 23.x] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v6 - uses: ./.github/actions/turbo-build with: node-version: ${{ matrix.node-version }} @@ -25,7 +25,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v6 - uses: ./.github/actions/turbo-build - name: Build extension with Manifest v3 for Chrome run: pnpm build:chrome @@ -46,7 +46,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v6 - uses: ./.github/actions/turbo-build - run: pnpm playwright:install working-directory: ./examples/light-client-extension-helpers-extension @@ -64,7 +64,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v6 - uses: ./.github/actions/turbo-build - name: Build extension with Manifest v3 for Chrome run: pnpm build:chrome diff --git a/.github/workflows/update-chain-specs.yml b/.github/workflows/update-chain-specs.yml index a62bd9f..75b5351 100644 --- a/.github/workflows/update-chain-specs.yml +++ b/.github/workflows/update-chain-specs.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false # Don't automatically cancel the jobs of the other RPC nodes if one fails steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false path: repo @@ -76,7 +76,7 @@ jobs: app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }} private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v6 with: path: repo ref: main