Skip to content

Commit d8e337c

Browse files
committed
refactor: update ruff repo, and version
1 parent c955a38 commit d8e337c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: .github/workflows/ruff.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ jobs:
44
ruff:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: chartboost/ruff-action@v1
7+
- uses: actions/checkout@v3
8+
- uses: astral-sh/ruff-action@v3
99
with:
10-
version: 0.8.1
10+
version: "0.11.4"
11+
args: "--version"
12+
- run: ruff check
13+
- run: ruff format --check

0 commit comments

Comments
 (0)