11
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2026-04-07 06:46:53 +00:00

Bump cache v4 -> v5

This commit is contained in:
rory-loughrey-kainos 2026-03-11 13:48:17 +00:00 committed by GitHub
parent 1b06ec171f
commit 99a29f236a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ runs:
shell: bash
- run: python -m pip freeze --local
shell: bash
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}