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: