File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
shell: bash
61
61
62
62
- name : Set up cache
63
- uses : actions/cache@v3
63
+ uses : actions/cache@v4
64
64
env :
65
65
cache-name : cache-vendored-tools-${{ secrets.CACHE_VERSION }}
66
66
with :
@@ -107,7 +107,7 @@ jobs:
107
107
shell: bash
108
108
109
109
- name : Set up cache
110
- uses : actions/cache@v3
110
+ uses : actions/cache@v4
111
111
env :
112
112
cache-name : cache-vendored-tools-${{ secrets.CACHE_VERSION }}
113
113
with :
@@ -158,7 +158,7 @@ jobs:
158
158
shell : bash
159
159
160
160
- name : Set up cache
161
- uses : actions/cache@v3
161
+ uses : actions/cache@v4
162
162
env :
163
163
cache-name : cache-vendored-tools-${{ secrets.CACHE_VERSION }}
164
164
with :
@@ -205,7 +205,7 @@ jobs:
205
205
shell: bash
206
206
207
207
- name : Set up cache
208
- uses : actions/cache@v3
208
+ uses : actions/cache@v4
209
209
env :
210
210
cache-name : cache-vendored-tools-${{ secrets.CACHE_VERSION }}
211
211
with :
You can’t perform that action at this time.
0 commit comments