Skip to content

Commit e497dfc

Browse files
chore(deps): update actions/cache action to v5 (#908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2429cc4 commit e497dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ref: ${{ github.head_ref }}
1313
fetch-depth: 0
1414

15-
- uses: actions/cache@v4
15+
- uses: actions/cache@v5
1616
with:
1717
path: ~/.cache/pre-commit
1818
key: pre-commit-${{hashFiles('.pre-commit-config.yaml')}}
@@ -68,7 +68,7 @@ jobs:
6868
run: uv run dvc remote modify --local myremote credentialpath credentials.json
6969

7070
- name: Cache DVC
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
with:
7373
path: .dvc/cache
7474
key: dvc-cache-${{ hashFiles('**/dvc.lock') }}

0 commit comments

Comments
 (0)