Skip to content

Commit 916154e

Browse files
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](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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d70785b commit 916154e

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)