Skip to content

Commit 7b83ec8

Browse files
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](actions/cache@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] <[email protected]>
1 parent 77c6ca1 commit 7b83ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Restore TorchIO cached data
3333
id: cache-torchio-data-restore
34-
uses: actions/cache/restore@v4
34+
uses: actions/cache/restore@v5
3535
with:
3636
path: ~/.cache/torchio
3737
key: ${{ runner.os }}-torchio-data
@@ -42,7 +42,7 @@ jobs:
4242
- name: Save TorchIO cached data
4343
if: steps.cache-torchio-data-restore.outputs.cache-hit != 'true'
4444
id: cache-torchio-data-save
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ~/.cache/torchio
4848
key: ${{ steps.cache-torchio-data-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)