Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] 1dc6161004
Update actions/cache action to v5 2025-12-22 02:46:43 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
persist-credentials: false
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
- name: "Cache pre-commit"
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}