File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Cache dependencies
24
24
id : cache-dependencies
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : node_modules
28
28
key : node_modules-${{ hashFiles('**/package-lock.json') }}
44
44
45
45
- name : Cache dependencies
46
46
id : cache-dependencies
47
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : node_modules
50
50
key : node_modules-${{ hashFiles('**/package-lock.json') }}
66
66
67
67
- name : Cache dependencies
68
68
id : cache-dependencies
69
- uses : actions/cache@v3
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : node_modules
72
72
key : node_modules-${{ hashFiles('**/package-lock.json') }}
88
88
89
89
- name : Cache dependencies
90
90
id : cache-dependencies
91
- uses : actions/cache@v3
91
+ uses : actions/cache@v4
92
92
with :
93
93
path : node_modules
94
94
key : node_modules-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 23
23
24
24
- name : Cache dependencies
25
25
id : cache-dependencies
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : node_modules
29
29
key : node_modules-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments