Skip to content

Commit a160b70

Browse files
chore: update cache to v4
1 parent 393c752 commit a160b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/npm_install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Cache dependencies
77
id: cache-node-modules
8-
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c
8+
uses: actions/cache/restore@v4
99
with:
1010
key: v1-deps-{{ hashFiles("package-lock.json") }}
1111
path: node_modules
@@ -15,7 +15,7 @@ runs:
1515
shell: bash
1616
- name: save_cache
1717
if: steps.cache-node-modules.outputs.cache-hit != 'true'
18-
uses: actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c
18+
uses: actions/cache/save@v4
1919
with:
2020
path: node_modules
2121
key: v1-deps-{{ hashFiles("package-lock.json") }}

0 commit comments

Comments
 (0)