Skip to content

Commit bdb28c9

Browse files
chore(deps): update astral-sh/ruff-action action to v4 (#845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b706f4 commit bdb28c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10-
- uses: astral-sh/ruff-action@v3
10+
- uses: astral-sh/ruff-action@v4.0.0
1111
with:
1212
args: " check --output-format=concise"
1313
- run: ruff format --check

0 commit comments

Comments
 (0)