We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babd97f commit 7f5bffaCopy full SHA for 7f5bffa
1 file changed
.github/workflows/ci.yml
@@ -10,13 +10,13 @@ on:
10
11
jobs:
12
lint:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
14
steps:
15
- name: Repository checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
18
- name: Set up Python
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
20
with:
21
python-version: "3.6"
22
@@ -29,7 +29,7 @@ jobs:
29
tox -e lint
30
31
test:
32
33
strategy:
34
matrix:
35
python-version:
@@ -40,10 +40,10 @@ jobs:
40
- "3.10"
41
42
43
44
45
46
47
48
python-version: ${{ matrix.python-version }}
49
0 commit comments