From 88b8ba4cad3f92fa8bb9cbe8300eeb7f5dc2f3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:00:46 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 2 to 3 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 2 to 3. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v2...v3) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 311f281f8..784a0b379 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -80,12 +80,12 @@ jobs: # dotnet format analyzers Whim.sln --verify-no-changes --no-restore - name: Check Python formatting - uses: astral-sh/ruff-action@v2 + uses: astral-sh/ruff-action@v3 with: args: format --check - name: Lint Python code - uses: astral-sh/ruff-action@v2 + uses: astral-sh/ruff-action@v3 with: args: check