From 06b6cba757b6f36cc061980d7524a152f5c47d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:04:04 +0000 Subject: [PATCH] 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/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 5f44b60..6386092 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@v4 + uses: actions/checkout@v6 - 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@v4 + uses: actions/checkout@v6 - 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 4f46aab..d09fc15 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@v4 + uses: actions/checkout@v6 - name: Set up PHP environment uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cbcdc32..e3e5eee 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@v4 + uses: actions/checkout@v6 - name: Check existence of composer.json file id: check_files @@ -131,7 +131,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check existence of composer.json & behat.yml files id: check_files