From ec80bae18baee34645edfe4cb875e4ee96f5f02b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:13:12 -0300 Subject: [PATCH] build(deps):(deps): bump autofix-ci/action from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27 (#8807) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/js_autofix.yml | 2 +- .github/workflows/py_autofix.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/js_autofix.yml b/.github/workflows/js_autofix.yml index 4292e4e02..076a76d1c 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@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 diff --git a/.github/workflows/py_autofix.yml b/.github/workflows/py_autofix.yml index 3158bc666..b3079178f 100644 --- a/.github/workflows/py_autofix.yml +++ b/.github/workflows/py_autofix.yml @@ -22,7 +22,7 @@ jobs: prune-cache: false - run: uv run ruff check --fix-only . - run: uv run ruff format . --config pyproject.toml - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 update-starter-projects: @@ -46,7 +46,7 @@ jobs: - name: Run starter projects update run: uv run python scripts/ci/update_starter_projects.py - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27