From 489b9913dad8b8e2f33204c00acceb5b0f9ef4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 06:01:49 +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/lint_css.yml | 2 +- .github/workflows/lint_js.yml | 2 +- .github/workflows/test_e2e.yml | 2 +- .github/workflows/test_phpunit.yml | 2 +- .github/workflows/test_phpunit_sqlite.yml | 2 +- .github/workflows/wpcs.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint_css.yml b/.github/workflows/lint_css.yml index f9ecb5a..0df2b36 100644 --- a/.github/workflows/lint_css.yml +++ b/.github/workflows/lint_css.yml @@ -19,7 +19,7 @@ jobs: contents: read runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/node-npm-setup - name: Run linter diff --git a/.github/workflows/lint_js.yml b/.github/workflows/lint_js.yml index d07dfcc..2566e47 100644 --- a/.github/workflows/lint_js.yml +++ b/.github/workflows/lint_js.yml @@ -23,7 +23,7 @@ jobs: contents: read runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/node-npm-setup - name: Run linter diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 88c152b..c7657d2 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/node-npm-setup - name: Install Playwright Browsers diff --git a/.github/workflows/test_phpunit.yml b/.github/workflows/test_phpunit.yml index 04a78de..8639ea2 100644 --- a/.github/workflows/test_phpunit.yml +++ b/.github/workflows/test_phpunit.yml @@ -36,7 +36,7 @@ jobs: - 3306 options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/test_phpunit_sqlite.yml b/.github/workflows/test_phpunit_sqlite.yml index 3ab65eb..6990fd4 100644 --- a/.github/workflows/test_phpunit_sqlite.yml +++ b/.github/workflows/test_phpunit_sqlite.yml @@ -21,7 +21,7 @@ jobs: test-wordpress: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/wpcs.yml b/.github/workflows/wpcs.yml index 6a2bfb6..5f3ec73 100644 --- a/.github/workflows/wpcs.yml +++ b/.github/workflows/wpcs.yml @@ -12,7 +12,7 @@ jobs: outputs: phpcs_report_exists: ${{ steps.check_file.outputs.phpcs_json_exists }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: WPCS check uses: 10up/wpcs-action@stable with: