Skip to content

Commit 8a2f8df

Browse files
committed
CI: Fix ruff check
1 parent 9da499f commit 8a2f8df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruff.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
dependency-review:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
9-
- uses: actions/setup-python@v4
8+
- uses: actions/checkout@v4
9+
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.x'
1212
- name: Install ruff
1313
run: pip install ruff
1414
- name: Run ruff
15-
run: ruff xbout
15+
run: ruff check xbout

0 commit comments

Comments
 (0)