Skip to content

Commit 1699481

Browse files
Update astral-sh/ruff-action action to v3 (#717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7d1fd6 commit 1699481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
10-
- uses: astral-sh/ruff-action@v2
10+
- uses: astral-sh/ruff-action@v3
1111
with:
1212
args: " check --output-format=concise"
1313
- run: ruff format --check

0 commit comments

Comments
 (0)