Skip to content

Commit 85c77c7

Browse files
Bump actions/cache from 4 to 5 (#431)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46d7653 commit 85c77c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
4444

4545
- name: Cache git LFS
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: .git/lfs
4949
key: git-lfs-v1-${{ matrix.python-version }}-${{ hashFiles('.lfs-assets-id') }}

0 commit comments

Comments
 (0)