We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2429cc4 commit 6a13940Copy full SHA for 6a13940
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
ref: ${{ github.head_ref }}
13
fetch-depth: 0
14
15
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
16
with:
17
path: ~/.cache/pre-commit
18
key: pre-commit-${{hashFiles('.pre-commit-config.yaml')}}
@@ -68,7 +68,7 @@ jobs:
68
run: uv run dvc remote modify --local myremote credentialpath credentials.json
69
70
- name: Cache DVC
71
- uses: actions/cache@v4
+ uses: actions/cache@v5
72
73
path: .dvc/cache
74
key: dvc-cache-${{ hashFiles('**/dvc.lock') }}
0 commit comments