From 15d81efc0e0968d7e5d7f319805f0ec3c7c82156 Mon Sep 17 00:00:00 2001 From: abhinavkumarsph Date: Mon, 15 Jun 2026 16:22:23 +0800 Subject: [PATCH] fix: pre-commit install step --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 24b472b..58b23df 100644 --- a/action.yml +++ b/action.yml @@ -14,13 +14,10 @@ runs: - uses: actions/setup-python@v6 with: python-version: '3.14' - - name: Install and upgrade pip - shell: bash - run: python -m pip install - name: Install pre-commit and run autoupdate shell: bash run: | - pip install pre-commit + python -m pip install pre-commit pre-commit autoupdate - uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: