From b937c0b648364b1de8bf1a2f87f6bc6b20781c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:30:13 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.6.1 to 4.0.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.6.1 to 4.0.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v3.6.1...v4.0.0) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage_and_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage_and_lint.yml b/.github/workflows/coverage_and_lint.yml index 2964b66e..624dccef 100644 --- a/.github/workflows/coverage_and_lint.yml +++ b/.github/workflows/coverage_and_lint.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Ruff if: ${{ steps.install-deps.outcome == 'success' }} - uses: astral-sh/ruff-action@v3.6.1 + uses: astral-sh/ruff-action@v4.0.0 - name: Ruff check if: ${{ steps.install-deps.outcome == 'success' }} run: "ruff check ."