File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 81
81
- name : Create test data directory
82
82
run : mkdir -p $HOME/.cache/stanford-crn
83
83
- name : Load test data cache
84
- uses : actions/cache@v3
84
+ uses : actions/cache@v4
85
85
id : stanford-crn
86
86
with :
87
87
path : ~/.cache/stanford-crn/
@@ -145,13 +145,13 @@ jobs:
145
145
with :
146
146
python-version : ${{ matrix.python-version }}
147
147
- name : Load test data cache
148
- uses : actions/cache@v3
148
+ uses : actions/cache@v4
149
149
id : stanford-crn
150
150
with :
151
151
path : ~/.cache/stanford-crn/
152
152
key : data-v0-${{ github.ref_name }}-${{ github.sha }}
153
153
- name : Load TemplateFlow cache
154
- uses : actions/cache@v3
154
+ uses : actions/cache@v4
155
155
id : templateflow
156
156
with :
157
157
path : ~/.cache/templateflow
@@ -218,13 +218,13 @@ jobs:
218
218
with :
219
219
python-version : ${{ matrix.python-version }}
220
220
- name : Load test data cache
221
- uses : actions/cache@v3
221
+ uses : actions/cache@v4
222
222
id : stanford-crn
223
223
with :
224
224
path : ~/.cache/stanford-crn/
225
225
key : data-v0-${{ github.ref_name }}-${{ github.sha }}
226
226
- name : Load TemplateFlow cache
227
- uses : actions/cache@v3
227
+ uses : actions/cache@v4
228
228
id : templateflow
229
229
with :
230
230
path : ~/.cache/templateflow
You can’t perform that action at this time.
0 commit comments