We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d890cd commit f7a74a6Copy full SHA for f7a74a6
.github/workflows/lint.yml
@@ -6,15 +6,11 @@ jobs:
6
build:
7
8
runs-on: ubuntu-latest
9
- strategy:
10
- matrix:
11
- python-version: [3.8, 3.9]
12
-
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
17
with:
18
- python-version: ${{ matrix.python-version }}
+ python-version: "3.10"
19
- name: Run pre-commit hook
20
uses: pre-commit/[email protected]
0 commit comments