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 36
36
37
37
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
38
38
- name : Reuse npm cache folder
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
env :
41
41
cache-name : cache-node-modules
42
42
with :
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
110
110
- name : Reuse npm cache folder
111
- uses : actions/cache@v3
111
+ uses : actions/cache@v4
112
112
env :
113
113
cache-name : cache-node-modules
114
114
with :
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
146
146
- name : Reuse npm cache folder
147
- uses : actions/cache@v3
147
+ uses : actions/cache@v4
148
148
env :
149
149
cache-name : cache-node-deno-modules
150
150
with :
@@ -166,7 +166,7 @@ jobs:
166
166
run : npm run build
167
167
168
168
- name : Reuse deno cache folder
169
- uses : actions/cache@v3
169
+ uses : actions/cache@v4
170
170
env :
171
171
cache-name : cache-deno-modules
172
172
with :
You can’t perform that action at this time.
0 commit comments