From a2b28884216b21cde62259a9674431b0c9c3027e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:37:08 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [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/v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/all-pr-tests.yml | 2 +- .../workflows/sync-changes-from-create-wordpress-plugin.yml | 4 ++-- .github/workflows/upgrade-wordpress-plugin.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/all-pr-tests.yml b/.github/workflows/all-pr-tests.yml index 0140b07..a8dc1fd 100644 --- a/.github/workflows/all-pr-tests.yml +++ b/.github/workflows/all-pr-tests.yml @@ -29,7 +29,7 @@ jobs: # Name the job in the matrix name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }}" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run General Tests # See https://github.com/alleyinteractive/action-test-general for more options diff --git a/.github/workflows/sync-changes-from-create-wordpress-plugin.yml b/.github/workflows/sync-changes-from-create-wordpress-plugin.yml index b90165a..fec8526 100644 --- a/.github/workflows/sync-changes-from-create-wordpress-plugin.yml +++ b/.github/workflows/sync-changes-from-create-wordpress-plugin.yml @@ -16,13 +16,13 @@ jobs: TARGET_REPO: "alleyinteractive/mantle" steps: - name: Checkout mantle repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PERSONAL_TOKEN }} fetch-depth: 0 - name: Checkout create-wordpress-plugin repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ env.SOURCE_REPO }} path: create-wordpress-plugin diff --git a/.github/workflows/upgrade-wordpress-plugin.yml b/.github/workflows/upgrade-wordpress-plugin.yml index 18e7e2b..986f7bf 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@v3 + - uses: actions/checkout@v5 - uses: alleyinteractive/action-update-wordpress-plugin@v2.0.0 with: plugin-file: 'plugin.php'