Skip to content

Commit 4556d30

Browse files
chore(deps): update astral-sh/ruff-action action to v4
1 parent c6bbd43 commit 4556d30

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)