From b598b75651c853749ee243d7c3ff2bf24c0784d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:42:36 +0000 Subject: [PATCH] build(deps): bump astral-sh/ruff-action from 1 to 2 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 1 to 2. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v1...v2) --- 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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 169f66f..300796e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,10 +25,10 @@ jobs: run: uv sync --all-extras - name: Check for code issues (ruff check) - uses: astral-sh/ruff-action@v1 + uses: astral-sh/ruff-action@v2 - name: Check code format (ruff format) - uses: astral-sh/ruff-action@v1 + uses: astral-sh/ruff-action@v2 with: args: "format --check"