diff --git a/action.yml b/action.yml index a25b9da..fc4407c 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: runs: using: composite steps: - - run: python -m pip install pre-commit + - run: python -m pip install pre-commit==2.*.* shell: bash - run: python -m pip freeze --local shell: bash