Skip to content

Commit a4401e9

Browse files
Bump actions/cache from 3 to 4 (#26)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04d7aea commit a4401e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
2828
restore-keys: |
2929
${{ runner.os }}-pip-
3030
31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
with:
3333
path: ~/voxelwise_tutorials_data/shortclips
3434
key: shortclips-dataset

0 commit comments

Comments
 (0)