From 6fd53e7b490deab1e0005ba7ddfbd9b8e827ac5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:29:16 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3 to 3.6.1 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3 to 3.6.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v3...v3.6.1) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1c372c43..2964b66e 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 + uses: astral-sh/ruff-action@v3.6.1 - name: Ruff check if: ${{ steps.install-deps.outcome == 'success' }} run: "ruff check ."