Skip to content

Commit 6a85d61

Browse files
Bump astral-sh/ruff-action from 2 to 3
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](astral-sh/ruff-action@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] <[email protected]>
1 parent d70785b commit 6a85d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage_and_lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
annotate: "${{ matrix.python-version != '3.x' }}"
4646

4747
- name: Lint check
48-
uses: astral-sh/ruff-action@v2
48+
uses: astral-sh/ruff-action@v3
4949
with:
5050
args: check .
5151

0 commit comments

Comments
 (0)