File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
46
46
steps :
47
47
- name : Checkout code
48
- uses : actions/checkout@v2
48
+ uses : actions/checkout@v3
49
49
with :
50
50
fetch-depth : 0
51
51
- name : Set up Python
52
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v4
53
53
with :
54
54
python-version : ${{ matrix.python }}
55
55
- name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout code
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
with :
42
42
fetch-depth : 0
43
43
- name : Set up Python
44
- uses : actions/setup-python@v2
44
+ uses : actions/setup-python@v4
45
45
with :
46
46
python-version : ${{ matrix.python }}
47
47
- name : Install Python dependencies
50
50
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
51
51
- name : Upload coverage to codecov
52
52
if : contains(matrix.toxenv,'-cov')
53
- uses : codecov/codecov-action@v2
53
+ uses : codecov/codecov-action@v3
54
54
with :
55
55
file : ./coverage.xml
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
55
55
56
56
steps :
57
57
- name : Checkout code
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v3
59
59
with :
60
60
fetch-depth : 0
61
61
- name : Set up Python
62
- uses : actions/setup-python@v2
62
+ uses : actions/setup-python@v4
63
63
with :
64
64
python-version : ${{ matrix.python }}
65
65
- name : Install Python dependencies
68
68
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
69
69
- name : Upload coverage to codecov
70
70
if : contains(matrix.toxenv,'-cov')
71
- uses : codecov/codecov-action@v2
71
+ uses : codecov/codecov-action@v3
72
72
with :
73
73
file : ./coverage.xml
74
74
@@ -77,11 +77,11 @@ jobs:
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Checkout code
80
- uses : actions/checkout@v2
80
+ uses : actions/checkout@v3
81
81
with :
82
82
fetch-depth : 0
83
83
- name : Set up Python
84
- uses : actions/setup-python@v2
84
+ uses : actions/setup-python@v4
85
85
with :
86
86
python-version : 3.7
87
87
- name : Run egg_info
You can’t perform that action at this time.
0 commit comments