From 72c8445df7fd543e7b2d5209c33e4af267589d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:19:46 +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 fc11e04..b7e7890 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,10 +31,10 @@ jobs: run: uv sync --all-extras --no-group docs - 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"