Commit ae99076 1 parent abe304b commit ae99076 Copy full SHA for ae99076
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
64
64
- name : Cache package manager's global cache and node_modules
65
65
id : cache-dependencies
66
- uses : actions/cache@v3
66
+ uses : actions/cache@v4
67
67
with :
68
68
path : |
69
69
${{ steps.global-cache-dir-path.outputs.dir }}
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Cache package manager's global cache and node_modules
110
110
id : cache-dependencies
111
- uses : actions/cache@v3
111
+ uses : actions/cache@v4
112
112
with :
113
113
path : |
114
114
${{ steps.global-cache-dir-path.outputs.dir }}
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
- name : Cache package manager's global cache and node_modules
155
155
id : cache-dependencies
156
- uses : actions/cache@v3
156
+ uses : actions/cache@v4
157
157
with :
158
158
path : |
159
159
${{ steps.global-cache-dir-path.outputs.dir }}
@@ -209,7 +209,7 @@ jobs:
209
209
210
210
- name : Cache package manager's global cache and node_modules
211
211
id : cache-dependencies
212
- uses : actions/cache@v3
212
+ uses : actions/cache@v4
213
213
with :
214
214
path : |
215
215
${{ steps.global-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments