diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 567c965..24bdfee 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -97,7 +97,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/deploy.yml b/.github/workflows/deploy.yml index 8dd78b2..da1ef8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: steps: # Checkout (copy) this repository's Plugin to this VM. - name: Checkout Plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Installs required packages that must be included in the Plugin # as specified in composer.json's "require" section. diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9854419..2b4d74d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -107,7 +107,7 @@ jobs: # Checkout Plugin to /home/runner/work/convertkit-wpforms/convertkit-wpforms/convertkit-wpforms # 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-wpforms/convertkit-wpforms/convertkit-wpforms