chore(deps): update actions/cache action (v5.0.0 → v5.0.1) (#115)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-14 17:47:29 +02:00
committed by GitHub
parent 5f8aa4f638
commit 26569b8cba

View File

@@ -46,7 +46,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
- name: Cache pre-commit - name: Cache pre-commit
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with: with:
path: ~/.cache/pre-commit path: ~/.cache/pre-commit
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }} key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}