Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#429)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 30de7a4 commit bb8a3b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /var/lib/apt
key: apt-cache-v3
Expand All @@ -53,7 +53,7 @@ jobs:
libglu1-mesa-dev libglw1-mesa \
libxm4 build-essential
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /opt/afni
key: afni-v1
Expand All @@ -66,7 +66,7 @@ jobs:
tcsh @update.afni.binaries -package linux_ubuntu_16_64 -bindir ${AFNI_HOME}
fi
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /opt/ants
key: ants-v1
Expand All @@ -90,7 +90,7 @@ jobs:
auto-activate-base: true
python-version: ${{ matrix.python-version }}
channels: anaconda,https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge
- uses: actions/cache@v3
- uses: actions/cache@v4
id: conda
env:
CACHE_NUM: v4
Expand All @@ -115,7 +115,7 @@ jobs:
pip install .[tests]
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/templateflow
key: tf-cache-v1
Expand All @@ -125,7 +125,7 @@ jobs:
run: |
python tools/cache_templateflow.py
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.TEST_DATA_HOME }}
key: data-cache-v1
Expand Down

0 comments on commit bb8a3b3

Please sign in to comment.