diff --git a/action.yml b/action.yml index 18ded0d..ade81b3 100644 --- a/action.yml +++ b/action.yml @@ -8,9 +8,11 @@ inputs: runs: using: composite steps: - - run: python -m pip install pre-commit + - run: python -m pip install --upgrade uv shell: bash - - run: python -m pip freeze --local + - run: python -m uv pip install --system pre-commit + shell: bash + - run: python -m uv pip freeze shell: bash - uses: actions/cache@v4 with: