From 62c30a4afc747bd3b644132fe9947a01b2a4a6f8 Mon Sep 17 00:00:00 2001 From: Insik Shin Date: Sat, 28 Jan 2023 22:27:13 +0900 Subject: [PATCH] Use pre-commit==2.*.* --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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