mirror of
https://github.com/pre-commit/action.git
synced 2026-04-20 02:59:51 +00:00
Bump cache v4 -> v5
This commit is contained in:
parent
1b06ec171f
commit
99a29f236a
1 changed files with 1 additions and 1 deletions
|
|
@ -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') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue