From 916154eb1c02681eff6962b52c9bbf6f3b9916b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 22:07:19 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 2 to 3 (#24) Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 2 to 3. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v2...v3) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverage_and_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage_and_lint.yaml b/.github/workflows/coverage_and_lint.yaml index 82d0cee..52d49f1 100644 --- a/.github/workflows/coverage_and_lint.yaml +++ b/.github/workflows/coverage_and_lint.yaml @@ -45,7 +45,7 @@ jobs: annotate: "${{ matrix.python-version != '3.x' }}" - name: Lint check - uses: astral-sh/ruff-action@v2 + uses: astral-sh/ruff-action@v3 with: args: check .