mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
Fix issue with "InvalidManifestError"
This commit is contained in:
parent
c7d159c209
commit
7eb347803d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: python -m pip install pre-commit
|
- run: python -m pip install "pre-commit>=3.5.0"
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: python -m pip freeze --local
|
- run: python -m pip freeze --local
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue