Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent 084fcc1 commit bd59b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '18'

- name: Cache root node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-root-node-modules
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
node-version: '18'

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
node-version: '18'

- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit bd59b01

Please sign in to comment.