Skip to content

Commit f44ed33

Browse files
committed
Upgrade ruff action
1 parent fd3c2fa commit f44ed33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
- id: check-ruff
2121
name: Check with Ruff
22-
uses: chartboost/ruff-action@v1
22+
uses: astral-sh/ruff-action@v3
2323
with:
2424
args: 'check --exit-zero --verbose'
2525

2626
- id: format-ruff
2727
name: Format with Ruff
28-
uses: chartboost/ruff-action@v1
28+
uses: astral-sh/ruff-action@v3
2929
with:
3030
args: 'format --check --verbose'
3131

0 commit comments

Comments
 (0)