From c3b8aa3b2a22d23b85d87a0acfbf7dc6b0d97312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:34:58 +0000 Subject: [PATCH] chore(deps): Bump astral-sh/ruff-action from 3.6.1 to 4.1.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.6.1 to 4.1.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/4919ec5cf1f49eff0871dbcea0da843445b837e6...278981a28ce3188b1e39527901f38254bf3aac89) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commit_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit_checks.yaml b/.github/workflows/commit_checks.yaml index c40d43e..807cbc8 100644 --- a/.github/workflows/commit_checks.yaml +++ b/.github/workflows/commit_checks.yaml @@ -56,10 +56,10 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Ruff Check - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 + uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 with: args: "check --config pyproject.toml" - name: Ruff Format - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 + uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 with: args: "format --check --config pyproject.toml"