Skip to content

Commit 2429cc4

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

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
@@ -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@v3
71+
uses: actions/cache@v4
7272
with:
7373
path: .dvc/cache
7474
key: dvc-cache-${{ hashFiles('**/dvc.lock') }}

0 commit comments

Comments
 (0)