mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +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:
|
||||
using: composite
|
||||
steps:
|
||||
- run: python -m pip install pre-commit
|
||||
- run: python -m pip install "pre-commit>=3.5.0"
|
||||
shell: bash
|
||||
- run: python -m pip freeze --local
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue