Skip to content

Commit 1f57c18

Browse files
authored
Merge pull request #120 from gboeing/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 400d5da + fce70fe commit 1f57c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: uv sync --all-extras --all-groups
3737

3838
- name: Cache pre-commit
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ~/.cache/pre-commit/
4242
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)