Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

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 and coderbyheart committed Mar 11, 2024
1 parent c2914a1 commit 8149635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: "20.x"

- name: Keep npm cache around to speed up installs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
node-version: "20.x"

- name: Keep npm cache around to speed up installs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
node-version: "20.x"

- name: Keep npm cache around to speed up installs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: build-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 8149635

Please sign in to comment.