5
0
Fork 0
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:
Serhii Korchynskyi 2023-11-27 17:19:51 +01:00 committed by GitHub
parent c7d159c209
commit 7eb347803d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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