From 50fa8d308e8d78eef23266fa2a21459c38814134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:27:14 +0000 Subject: [PATCH] chore(deps): bump astral-sh/ruff-action from 3.3.1 to 3.5.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946...0c50076f12c38c3d0115b7b519b54a91cb9cf0ad) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.5.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..dadfff6 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@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0 with: version: ">=0.9.0" args: "check --verbose"