diff --git a/.github/workflows/js_autofix.yml b/.github/workflows/js_autofix.yml index fee655946511..ab18e01df19c 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@ff86a557419858bb967097bfc916833f5647fa8c + - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef diff --git a/.github/workflows/py_autofix.yml b/.github/workflows/py_autofix.yml index 2861b0bed1c4..ca89377657ec 100644 --- a/.github/workflows/py_autofix.yml +++ b/.github/workflows/py_autofix.yml @@ -16,7 +16,7 @@ jobs: uses: ./.github/actions/setup-uv - run: uv run ruff check --fix-only . - run: uv run ruff format . - - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c + - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef - name: Minimize uv cache run: uv cache prune --ci @@ -36,7 +36,7 @@ jobs: - name: Run starter projects update run: uv run python scripts/ci/update_starter_projects.py - - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c + - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef - name: Minimize uv cache run: uv cache prune --ci