Skip to content

Commit b937c0b

Browse files
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](astral-sh/ruff-action@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] <support@github.com>
1 parent 2c176ad commit b937c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage_and_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Setup Ruff
4646
if: ${{ steps.install-deps.outcome == 'success' }}
47-
uses: astral-sh/ruff-action@v3.6.1
47+
uses: astral-sh/ruff-action@v4.0.0
4848
- name: Ruff check
4949
if: ${{ steps.install-deps.outcome == 'success' }}
5050
run: "ruff check ."

0 commit comments

Comments
 (0)