From 2ac1355409ae528f066cdbcecef15dd992de4892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:39:55 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/all-pr-tests.yml | 2 +- .github/workflows/update-changelog.yml | 2 +- .github/workflows/upgrade-wordpress-plugin.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/all-pr-tests.yml b/.github/workflows/all-pr-tests.yml index 0f9a53c0..9e252c7b 100644 --- a/.github/workflows/all-pr-tests.yml +++ b/.github/workflows/all-pr-tests.yml @@ -32,7 +32,7 @@ jobs: # Name the job in the matrix name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }}" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run General Tests # See https://github.com/alleyinteractive/action-test-general for more options diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index da74ce83..cda6d755 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main diff --git a/.github/workflows/upgrade-wordpress-plugin.yml b/.github/workflows/upgrade-wordpress-plugin.yml index 51258e16..0c3207d5 100644 --- a/.github/workflows/upgrade-wordpress-plugin.yml +++ b/.github/workflows/upgrade-wordpress-plugin.yml @@ -12,7 +12,7 @@ jobs: update-plugin: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: alleyinteractive/action-update-wordpress-plugin@v2.0.0 with: plugin-file: 'plugin.php'