11
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2026-04-11 16:24:18 +00:00

Update cache action to supported version.

This commit is contained in:
Travis Illig 2026-03-12 14:12:22 -07:00
parent 1b06ec171f
commit 757669ecf6

View file

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