Skip to content

Commit bb8a3b3

Browse files
build(deps): bump actions/cache from 3 to 4 (#429)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30de7a4 commit bb8a3b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/unittests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ["3.9", "3.10", "3.11", "3.12"]
3838

3939
steps:
40-
- uses: actions/cache@v3
40+
- uses: actions/cache@v4
4141
with:
4242
path: /var/lib/apt
4343
key: apt-cache-v3
@@ -53,7 +53,7 @@ jobs:
5353
libglu1-mesa-dev libglw1-mesa \
5454
libxm4 build-essential
5555
56-
- uses: actions/cache@v3
56+
- uses: actions/cache@v4
5757
with:
5858
path: /opt/afni
5959
key: afni-v1
@@ -66,7 +66,7 @@ jobs:
6666
tcsh @update.afni.binaries -package linux_ubuntu_16_64 -bindir ${AFNI_HOME}
6767
fi
6868
69-
- uses: actions/cache@v3
69+
- uses: actions/cache@v4
7070
with:
7171
path: /opt/ants
7272
key: ants-v1
@@ -90,7 +90,7 @@ jobs:
9090
auto-activate-base: true
9191
python-version: ${{ matrix.python-version }}
9292
channels: anaconda,https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge
93-
- uses: actions/cache@v3
93+
- uses: actions/cache@v4
9494
id: conda
9595
env:
9696
CACHE_NUM: v4
@@ -115,7 +115,7 @@ jobs:
115115
pip install .[tests]
116116
117117
118-
- uses: actions/cache@v3
118+
- uses: actions/cache@v4
119119
with:
120120
path: ~/.cache/templateflow
121121
key: tf-cache-v1
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
python tools/cache_templateflow.py
127127
128-
- uses: actions/cache@v3
128+
- uses: actions/cache@v4
129129
with:
130130
path: ${{ env.TEST_DATA_HOME }}
131131
key: data-cache-v1

0 commit comments

Comments
 (0)