Skip to content

Commit 7c53c84

Browse files
committed
fix(Github Actions): Change ruff action to latest version
1 parent 897758e commit 7c53c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install ruff
36-
- uses: chartboost/ruff-action@v1
36+
- uses: astral-sh/ruff-action@v3
3737
with:
3838
args: 'check'
39-
- uses: chartboost/ruff-action@v1
39+
- uses: astral-sh/ruff-action@v3
4040
with:
4141
args: 'format --check'
4242

0 commit comments

Comments
 (0)