Skip to content

Commit

Permalink
Merge pull request #17 from survanetwork/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
jarne authored Jan 20, 2024
2 parents bcdc042 + 964f68d commit 48ea84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

- name: Docusaurus .docusaurus folder cache
id: cache-docusaurus-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .docusaurus
key: ${{ runner.os }}-docusaurus-cache

- name: Docusaurus build folder cache
id: cache-docusaurus-build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build
key: ${{ runner.os }}-docusaurus-build
Expand Down

0 comments on commit 48ea84a

Please sign in to comment.