Skip to content

Commit

Permalink
#18 - update deploy workflow dependency versions, update plugins/comp…
Browse files Browse the repository at this point in the history
…letionist-pro
  • Loading branch information
MichelleBlanchette committed Oct 12, 2024
1 parent ebf9e74 commit 7bd490d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/completionist-pro

0 comments on commit 7bd490d

Please sign in to comment.