From bce64afe5128377b001e843ebb32326fb1fedba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:26:07 +0000 Subject: [PATCH] chore(deps): bump astral-sh/ruff-action from 3.3.1 to 3.4.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946...eaf0ecdd668ceea36159ff9d91882c9795d89b49) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 43f4849..afa4eac 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1 + - uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0 with: version: ">=0.9.0" args: "check --verbose"