mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 02:36:55 +00:00
Upgrade action/cache to v4. Fixes: #189
This commit is contained in:
parent
c7d159c209
commit
0dbc303468
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ runs:
|
|||
shell: bash
|
||||
- run: python -m pip freeze --local
|
||||
shell: bash
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue