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'