diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2163ee33e..e018b813b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: install-pinned/ruff@f8793aa7caf0b3196d6ed1370aea45f3c06304a3 + - uses: install-pinned/ruff@f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5 - run: ruff --fix-only . - run: ruff format .