From 8610199f6ad62ab7bd9e30226c17b12684e7374d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 05:23:37 +0000 Subject: [PATCH] build(deps):(deps): bump autofix-ci/action Bumps [autofix-ci/action](https://github.com/autofix-ci/action) from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27. - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef...635ffb0c9798bd160680f18fd73371e355b85f27) --- updated-dependencies: - dependency-name: autofix-ci/action dependency-version: 635ffb0c9798bd160680f18fd73371e355b85f27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 ab18e01d..45aad4e8 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 ca893776..7f745b6e 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@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 - 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@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 - name: Minimize uv cache run: uv cache prune --ci