mirror of
https://github.com/pre-commit/action.git
synced 2026-04-12 16:54:18 +00:00
action.yml: Get cache key back in sync with pre-commit major version
This commit is contained in:
parent
1b06ec171f
commit
aaf501b034
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ runs:
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pre-commit
|
path: ~/.cache/pre-commit
|
||||||
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||||
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
|
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue