From 28fc247a8cead0b83a00a73fe25a9c3a4321c5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:25:25 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ebc1ba..68688b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Lint with Ruff - uses: astral-sh/ruff-action@v2 + uses: astral-sh/ruff-action@v3 - name: Format with Ruff - uses: astral-sh/ruff-action@v2 + uses: astral-sh/ruff-action@v3 with: args: 'format --check'