diff --git a/.github/workflows/js_autofix.yml b/.github/workflows/js_autofix.yml index 0a90190a0..fee655946 100644 --- a/.github/workflows/js_autofix.yml +++ b/.github/workflows/js_autofix.yml @@ -42,4 +42,4 @@ jobs: cd src/frontend npm run format - - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a + - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c diff --git a/.github/workflows/py_autofix.yml b/.github/workflows/py_autofix.yml index db901491b..7fe391c97 100644 --- a/.github/workflows/py_autofix.yml +++ b/.github/workflows/py_autofix.yml @@ -16,6 +16,6 @@ jobs: uses: ./.github/actions/setup-uv - run: uv run ruff check --fix-only . - run: uv run ruff format . - - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a + - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c - name: Minimize uv cache run: uv cache prune --ci