Skip to content

Commit f7a74a6

Browse files
authored
CI: update python versions for lint.yml (#332)
1 parent 5d890cd commit f7a74a6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Diff for: .github/workflows/lint.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python-version: [3.8, 3.9]
12-
139
steps:
14-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v4
1511
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v1
12+
uses: actions/setup-python@v5
1713
with:
18-
python-version: ${{ matrix.python-version }}
14+
python-version: "3.10"
1915
- name: Run pre-commit hook
2016
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)