File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
ports :
15
15
- 9000:9000
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python ${{ matrix.python-version }}
35
35
run : |
36
36
pytest --cov=./mcbackend --cov-report xml --cov-report term-missing mcbackend/
37
37
- name : Upload coverage
38
- uses : codecov/codecov-action@v2
38
+ uses : codecov/codecov-action@v3
39
39
if : matrix.python-version == 3.9
40
40
with :
41
41
file : ./coverage.xml
Original file line number Diff line number Diff line change 11
11
env :
12
12
SKIP : no-commit-to-branch
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : actions/setup-python@v2
16
- - uses : pre-commit/action@v2 .0.0
16
+ - uses : pre-commit/action@v3 .0.0
Original file line number Diff line number Diff line change 17
17
env :
18
18
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Set up Python
You can’t perform that action at this time.
0 commit comments