From af97c3bd5033f92f17fad022f9c6326ee6f6e247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:23:06 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bot-changeset.yml | 2 +- .github/workflows/changeset-check.yml | 2 +- .github/workflows/changeset-release.yml | 2 +- .github/workflows/check-readme.yml | 2 +- .github/workflows/pull-request.yml | 8 ++++---- .github/workflows/update-lockfile.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bot-changeset.yml b/.github/workflows/bot-changeset.yml index b5334dfd..383d6b1b 100644 --- a/.github/workflows/bot-changeset.yml +++ b/.github/workflows/bot-changeset.yml @@ -29,7 +29,7 @@ jobs: github.event.pull_request.user.login == 'aikido-autofix[bot]') steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index 17feeb4f..528a6f1f 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -25,7 +25,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 1cb2fec2..fade56bd 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # This makes Actions fetch all Git history so Changesets can generate changelogs with the correct commits fetch-depth: 0 diff --git a/.github/workflows/check-readme.yml b/.github/workflows/check-readme.yml index 588e9834..9556b2a0 100644 --- a/.github/workflows/check-readme.yml +++ b/.github/workflows/check-readme.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Compare package list against readme run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7d051f9b..4e95df52 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: cache-hit: ${{ steps.cache-node-modules.outputs.cache-hit }} steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -62,7 +62,7 @@ jobs: needs: install steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: needs: install steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -134,7 +134,7 @@ jobs: needs: install steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 91c14c2b..2b611c80 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -25,7 +25,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.head_ref }}