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 8181 - name : Create test data directory
8282 run : mkdir -p $HOME/.cache/stanford-crn
8383 - name : Load test data cache
84- uses : actions/cache@v3
84+ uses : actions/cache@v4
8585 id : stanford-crn
8686 with :
8787 path : ~/.cache/stanford-crn/
@@ -145,13 +145,13 @@ jobs:
145145 with :
146146 python-version : ${{ matrix.python-version }}
147147 - name : Load test data cache
148- uses : actions/cache@v3
148+ uses : actions/cache@v4
149149 id : stanford-crn
150150 with :
151151 path : ~/.cache/stanford-crn/
152152 key : data-v0-${{ github.ref_name }}-${{ github.sha }}
153153 - name : Load TemplateFlow cache
154- uses : actions/cache@v3
154+ uses : actions/cache@v4
155155 id : templateflow
156156 with :
157157 path : ~/.cache/templateflow
@@ -218,13 +218,13 @@ jobs:
218218 with :
219219 python-version : ${{ matrix.python-version }}
220220 - name : Load test data cache
221- uses : actions/cache@v3
221+ uses : actions/cache@v4
222222 id : stanford-crn
223223 with :
224224 path : ~/.cache/stanford-crn/
225225 key : data-v0-${{ github.ref_name }}-${{ github.sha }}
226226 - name : Load TemplateFlow cache
227- uses : actions/cache@v3
227+ uses : actions/cache@v4
228228 id : templateflow
229229 with :
230230 path : ~/.cache/templateflow
You can’t perform that action at this time.
0 commit comments