Skip to content

Commit

Permalink
ci(deps): update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Oct 17, 2024
1 parent 6be3b02 commit 535d573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
with:
path: |
**/node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v4 # https://github.com/actions/setup-node
with:
node-version-file: .nvmrc
- uses: actions/cache@v3 # https://github.com/actions/cache
- uses: actions/cache@v4 # https://github.com/actions/cache
id: node-modules-cache
with:
path: |
Expand Down

0 comments on commit 535d573

Please sign in to comment.