File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
python-version : ["3.9", "3.10", "3.11", "3.12"]
38
38
39
39
steps :
40
- - uses : actions/cache@v3
40
+ - uses : actions/cache@v4
41
41
with :
42
42
path : /var/lib/apt
43
43
key : apt-cache-v3
53
53
libglu1-mesa-dev libglw1-mesa \
54
54
libxm4 build-essential
55
55
56
- - uses : actions/cache@v3
56
+ - uses : actions/cache@v4
57
57
with :
58
58
path : /opt/afni
59
59
key : afni-v1
66
66
tcsh @update.afni.binaries -package linux_ubuntu_16_64 -bindir ${AFNI_HOME}
67
67
fi
68
68
69
- - uses : actions/cache@v3
69
+ - uses : actions/cache@v4
70
70
with :
71
71
path : /opt/ants
72
72
key : ants-v1
90
90
auto-activate-base : true
91
91
python-version : ${{ matrix.python-version }}
92
92
channels : anaconda,https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge
93
- - uses : actions/cache@v3
93
+ - uses : actions/cache@v4
94
94
id : conda
95
95
env :
96
96
CACHE_NUM : v4
@@ -115,7 +115,7 @@ jobs:
115
115
pip install .[tests]
116
116
117
117
118
- - uses : actions/cache@v3
118
+ - uses : actions/cache@v4
119
119
with :
120
120
path : ~/.cache/templateflow
121
121
key : tf-cache-v1
@@ -125,7 +125,7 @@ jobs:
125
125
run : |
126
126
python tools/cache_templateflow.py
127
127
128
- - uses : actions/cache@v3
128
+ - uses : actions/cache@v4
129
129
with :
130
130
path : ${{ env.TEST_DATA_HOME }}
131
131
key : data-cache-v1
You can’t perform that action at this time.
0 commit comments