File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
lint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-python@v4
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
14
- run : pip install tox
15
15
- run : tox -e lint
16
16
mypy :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - uses : actions/setup-python@v4
19
+ - uses : actions/checkout@v4
20
+ - uses : actions/setup-python@v5
21
21
- run : pip install tox
22
22
- run : tox -e mypy
23
23
tests :
32
32
- {python: '3.11', tox: py311}
33
33
- {python: '3.12-dev', tox: py312}
34
34
steps :
35
- - uses : actions/checkout@v3
36
- - uses : actions/setup-python@v4
35
+ - uses : actions/checkout@v4
36
+ - uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python }}
39
39
- run : pip install tox
43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
steps :
46
- - uses : actions/checkout@v3
47
- - uses : actions/setup-python@v4
46
+ - uses : actions/checkout@v4
47
+ - uses : actions/setup-python@v5
48
48
- run : pip install tox coveralls
49
49
- run : tox -e coverage
50
50
- run : coveralls --service=github
You can’t perform that action at this time.
0 commit comments