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'