From 7717ad64ab8b427c444bf7c6d50f438015864ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:42:24 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [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.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/auto-review.yml | 2 +- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/infrastructure.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release-chore.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 31c4ab2..36bb3a8 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -41,7 +41,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index ebb492c..48e16dc 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -65,7 +65,7 @@ jobs: run: gh auth status - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55cddfe..e7718d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -96,7 +96,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -124,7 +124,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -150,7 +150,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -176,7 +176,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -204,7 +204,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -245,7 +245,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -301,7 +301,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -344,7 +344,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -386,7 +386,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: ref: ${{ env.REF }} - id: validate diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 3640478..406f5ef 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -51,7 +51,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.ref_name }}@${{ github.sha }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ github.sha }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6acbe41..33337a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ github.ref }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index b4cbab5..3bb0108 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -52,7 +52,7 @@ jobs: exit 1 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ github.ref }} @@ -108,7 +108,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: ref: ${{ github.ref }} token: ${{ steps.bot-token.outputs.token }} @@ -131,7 +131,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -184,7 +184,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ needs.preflight.outputs.branch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89d1d70..a1ee902 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: ref: ${{ env.REF }} - id: version @@ -97,7 +97,7 @@ jobs: run: echo "GITHUB_TOKEN=${{ steps.bot-token.outputs.token }}" >>$GITHUB_ENV - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 persist-credentials: true