Skip to content

Commit 8f12da6

Browse files
committed
update linting workflow
1 parent 47b36f7 commit 8f12da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
format:
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:
11-
python-version: "3.9"
11+
python-version: "3.10"
1212
- run: python -m pip install ruff
1313
- run: ruff check .

0 commit comments

Comments
 (0)