From 626b56ff8962f1fbb811ab2336461395157ac923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:09:38 +0100 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#20085) * chore(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/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- 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] * Update checkout action version in workflow Signed-off-by: Dan Harrin --------- Signed-off-by: dependabot[bot] Signed-off-by: Dan Harrin Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Harrin --- .github/workflows/format-and-build.yml | 2 +- .github/workflows/monorepo-split.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/translation-update.yml | 2 +- .github/workflows/zizmor.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/format-and-build.yml b/.github/workflows/format-and-build.yml index 765f1935d2..fcb4f2bc3f 100644 --- a/.github/workflows/format-and-build.yml +++ b/.github/workflows/format-and-build.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code # Uses a maintainer PAT so the auto-commit push can bypass branch protection; # the default GITHUB_TOKEN pushes as `github-actions[bot]` and gets rejected. - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked] + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked] with: token: ${{ secrets.GH_ACCESS_TOKEN }} - name: Cache Composer package downloads diff --git a/.github/workflows/monorepo-split.yml b/.github/workflows/monorepo-split.yml index da11a03ebb..9581115e1b 100644 --- a/.github/workflows/monorepo-split.yml +++ b/.github/workflows/monorepo-split.yml @@ -30,7 +30,7 @@ jobs: - widgets - upgrade steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - id: previous-tag diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index f58471004b..656b60c88e 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -32,7 +32,7 @@ jobs: testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Cache Composer dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 209c2fc7d3..80a145bb9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Cache Composer dependencies diff --git a/.github/workflows/translation-update.yml b/.github/workflows/translation-update.yml index d2c140c2aa..272c861894 100644 --- a/.github/workflows/translation-update.yml +++ b/.github/workflows/translation-update.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged == true steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 7643e7f6f3..10c8b6d559 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -20,7 +20,7 @@ jobs: contents: read security-events: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false