From 25b50f2c1b73bdb4508be8eddcf2532c6fd52c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:38:41 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.2.2 to 3.3.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/9828f49eb4cadf267b40eaa330295c412c68c1f9...c6bea5606c33b5d04902374392d9233464b90660) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b30bf230..bdee5899 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,13 +17,13 @@ jobs: # remember to sync the ruff-check version number with pyproject.toml - name: Run ruff check - uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3.2.2 + uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0 with: version: 0.11.5 # remember to sync the ruff-check version number with pyproject.toml - name: Run ruff format - uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3.2.2 + uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0 with: version: 0.11.5 args: 'format --check'