Skip to content

Commit 2d6f818

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
working-directory: backend
150150
run: uv sync --frozen
151151
- name: Cache MovieLens dataset
152-
uses: actions/cache@v4
152+
uses: actions/cache@v5
153153
with:
154154
path: ~/.cache/irspack
155155
key: movielens-100k

0 commit comments

Comments
 (0)