Commit 9b8be44 1 parent 852ff09 commit 9b8be44 Copy full SHA for 9b8be44
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
cache : ' npm'
23
23
24
24
- name : Retrieve the cached "node_modules" directory (if present)
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
id : node-cache
27
27
with :
28
28
path : node_modules
Original file line number Diff line number Diff line change 23
23
cache : ' npm'
24
24
25
25
- name : Retrieve the cached "node_modules" directory (if present)
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v4
27
27
id : node-cache
28
28
with :
29
29
path : node_modules
Original file line number Diff line number Diff line change 23
23
cache : ' npm'
24
24
25
25
- name : Retrieve the cached "node_modules" directory (if present)
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v4
27
27
id : node-cache
28
28
with :
29
29
path : node_modules
You can’t perform that action at this time.
0 commit comments