File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
@@ -30,16 +30,16 @@ jobs:
30
30
python setup.py coverage -q
31
31
coverage xml
32
32
- name : Upload coverage
33
- uses : codecov/codecov-action@v3
33
+ uses : codecov/codecov-action@v4
34
34
with :
35
35
files : ./coverage.xml
36
36
lint :
37
37
runs-on : ubuntu-latest
38
38
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
- name : Set up Python 3.11
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ' 3.11'
45
45
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments