Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent 024e3f1 commit 0eb2813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
node-version: '*'
- name: Global Node packages cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key:
ubuntu--build-${{ env.cache-name }}-${{
hashFiles('**/package-lock.json') }}
- name: Test fixture dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: plugin/test/fixtures/**/node_modules
key:
Expand All @@ -43,14 +43,14 @@ jobs:
with:
node-version: '*'
- name: Global Node packages cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key:
macOS-build-${{ env.cache-name }}-${{
hashFiles('**/package-lock.json') }}
- name: Test fixture dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: plugin/test/fixtures/**/node_modules
key:
Expand Down

0 comments on commit 0eb2813

Please sign in to comment.