From 8499ea16b3ec3b0b1c09fea1cec0e8f42427a2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:03:16 +0000 Subject: [PATCH] build(deps): bump astral-sh/ruff-action from 1 to 3 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 1 to 3. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v1...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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 169f66f..a8a331d 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@v3 - name: Check code format (ruff format) - uses: astral-sh/ruff-action@v1 + uses: astral-sh/ruff-action@v3 with: args: "format --check"