Skip to content

Commit 5c0573b

Browse files
committed
ci(deps): update actions/cache
1 parent 25bad0e commit 5c0573b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version-file: .nvmrc
33-
- uses: actions/cache/restore@v3
33+
- uses: actions/cache/restore@v4
3434
with:
3535
path: |
3636
**/node_modules

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v4 # https://github.com/actions/setup-node
2222
with:
2323
node-version-file: .nvmrc
24-
- uses: actions/cache@v3 # https://github.com/actions/cache
24+
- uses: actions/cache@v4 # https://github.com/actions/cache
2525
id: node-modules-cache
2626
with:
2727
path: |

0 commit comments

Comments
 (0)