From 8347b41961968760dbbc7cf56e4faa3baa36aea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:06:57 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 5c7adfdde0..91d6ac0142 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -86,7 +86,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: /var/lib/apt key: apt-cache-v3 @@ -102,7 +102,7 @@ jobs: libglu1-mesa-dev libglw1-mesa \ libxm4 build-essential - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: /opt/afni key: afni-v1 @@ -130,7 +130,7 @@ jobs: auto-activate-base: true python-version: ${{ matrix.python-version }} channels: https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge,defaults - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: conda env: CACHE_NUM: v5 @@ -148,7 +148,7 @@ jobs: run: | # libitk 5.4.1+ segfaults with ants 2.5.4 conda install fsl-fugue fsl-topup ants 'libitk=5.4.0' - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.cache/templateflow key: tf-cache-v1 @@ -158,7 +158,7 @@ jobs: run: | uv run tools/cache_templateflow.py - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ${{ env.TEST_DATA_HOME }} key: data-cache-v2