From 63119a1191e2f362c5d8ec2f3622007bc5aec7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:42:20 +0000 Subject: [PATCH] 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/code-quality.yml | 4 ++-- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index ccacee0..9550491 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check existence of composer.json file id: check_composer_file @@ -62,7 +62,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check existence of composer.json & phpcs.xml.dist files id: check_files diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index adaec76..c269fa4 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -25,7 +25,7 @@ jobs: if: ${{ github.repository_owner == 'wp-cli' && ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer", "wp-cli.github.com"]'), github.event.repository.name) }} steps: - name: Check out source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up PHP environment uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 26403ca..e55a84f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check existence of composer.json file id: check_files @@ -131,7 +131,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check existence of composer.json & behat.yml files id: check_files