mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
Pin action to a commit sha
This commit is contained in:
parent
5f528da5c9
commit
e09dabc38d
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@v3
|
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # actions/cache@v3.2.6
|
||||||
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…
Reference in a new issue