diff --git a/action.yml b/action.yml index 9608547..869edb5 100644 --- a/action.yml +++ b/action.yml @@ -8,13 +8,9 @@ inputs: runs: using: composite steps: - - run: uv pip install pre-commit - shell: bash - - run: uv pip freeze - shell: bash - uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} - - run: uv run pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }} + - run: uvx pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }} shell: bash