From 15867de174b191b11d9a5160056b4d756b17258f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:36:24 +0000 Subject: [PATCH] chore(deps): bump astral-sh/ruff-action from 3.3.1 to 3.5.1 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.3.1 to 3.5.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946...57714a7c8a2e59f32539362ba31877a1957dded1) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.5.1 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..0cf7122 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@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1 with: version: ">=0.9.0" args: "check --verbose"