diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index e369feb..690da0a 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -67,7 +67,7 @@ jobs: # Checkout (copy) this repository's Plugin to this VM. - name: Checkout Plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ${{ env.PLUGIN_DIR }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01872ca..9c7ea58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: # Checkout Plugin to /home/runner/work/convertkit-wordpress-libraries/convertkit-wordpress-libraries/convertkit-wordpress-libraries # We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo - name: Checkout Plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: /home/runner/work/convertkit-wordpress-libraries/convertkit-wordpress-libraries/convertkit-wordpress-libraries