Skip to content

Commit 9ab8b3b

Browse files
committed
.
1 parent ffec525 commit 9ab8b3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
python-version: '3.13'
1919

20-
- uses: astral-sh/ruff-action@v1
20+
- uses: astral-sh/ruff-action@v2
2121
with:
2222
args: format --check
2323

24-
- uses: astral-sh/ruff-action@v1
24+
- uses: astral-sh/ruff-action@v2
2525
with:
2626
args: check --output-format=github
2727

0 commit comments

Comments
 (0)