diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 515487d2..682a3bfc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: # Download all source code. - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive token: ${{ secrets.PTC_GITHUB_PAT }} @@ -39,7 +39,7 @@ jobs: - name: WordPress Theme - Cache id: ptc-theme-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: wp-content/themes/purple-turtle-creative key: ptc-theme-${{ steps.submodule-shas.outputs.SHA_PTC_THEME }} @@ -55,7 +55,7 @@ jobs: - name: Completionist Pro - Cache id: completionist-pro-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: wp-content/plugins/completionist-pro key: completionist-pro-${{ steps.submodule-shas.outputs.SHA_COMPLETIONIST_PRO }} diff --git a/wp-content/plugins/completionist-pro b/wp-content/plugins/completionist-pro index c0c7ca6a..f3fea4fa 160000 --- a/wp-content/plugins/completionist-pro +++ b/wp-content/plugins/completionist-pro @@ -1 +1 @@ -Subproject commit c0c7ca6a405aae5eed9f3d3ead2b3ec96d4bce73 +Subproject commit f3fea4fa96ae97b742b5dcec2b17204e4fd1862e