mirror of
https://github.com/pre-commit/action.git
synced 2026-07-02 15:39:33 +00:00
ci: annotate pinned actions with exact semver
This commit is contained in:
parent
f763c6abfa
commit
7030ac8a4c
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ runs:
|
|||
shell: bash
|
||||
- run: python -m pip freeze --local
|
||||
shell: bash
|
||||
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
|
||||
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue