From 21d5813587efa01c690bdc2ded8171d3b8bec12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:38:41 +0000 Subject: [PATCH] chore(deps): Bump astral-sh/ruff-action from 3.2.0 to 3.6.1 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.2.0 to 3.6.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/a7b1296fb5bd3ebb270731d1782bf05a97806e29...4919ec5cf1f49eff0871dbcea0da843445b837e6) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e2c998b..24a210d 100644 --- a/.github/workflows/commit_checks.yaml +++ b/.github/workflows/commit_checks.yaml @@ -50,10 +50,10 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Ruff Check - uses: astral-sh/ruff-action@a7b1296fb5bd3ebb270731d1782bf05a97806e29 + uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 with: args: 'check --config pyproject.toml' - name: Ruff Format - uses: astral-sh/ruff-action@a7b1296fb5bd3ebb270731d1782bf05a97806e29 + uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 with: args: 'format --check --config pyproject.toml'