diff --git a/.github/workflows/py_autofix.yml b/.github/workflows/py_autofix.yml index eabed5afb..b87c2bfb4 100644 --- a/.github/workflows/py_autofix.yml +++ b/.github/workflows/py_autofix.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: install-pinned/ruff@48a5818c5f7ce30e2822b67fb9c26d3e25d31fab + - uses: install-pinned/ruff@826c99bfba88282a5506ab737c92253a106c070e - run: ruff check --fix-only . - run: ruff format . - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a