@@ -18,10 +18,10 @@ jobs:
18
18
- " 3.8"
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
43
43
python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
44
44
45
45
- name : Upload Coverage
46
- uses : codecov/codecov-action@v2
46
+ uses : codecov/codecov-action@v3
47
47
with :
48
48
token : ${{ secrets.CODECOV_TOKEN }}
49
49
directory : ./coverage/reports/
@@ -71,10 +71,10 @@ jobs:
71
71
- " 3.10"
72
72
73
73
steps :
74
- - uses : actions/checkout@v2
74
+ - uses : actions/checkout@v3
75
75
76
76
- name : Set up Python ${{ matrix.python-version }}
77
- uses : actions/setup-python@v2
77
+ uses : actions/setup-python@v4
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
80
@@ -112,10 +112,10 @@ jobs:
112
112
- " 3.10"
113
113
114
114
steps :
115
- - uses : actions/checkout@v2
115
+ - uses : actions/checkout@v3
116
116
117
117
- name : Set up Python ${{ matrix.python-version }}
118
- uses : actions/setup-python@v2
118
+ uses : actions/setup-python@v4
119
119
with :
120
120
python-version : ${{ matrix.python-version }}
121
121
@@ -151,10 +151,10 @@ jobs:
151
151
- " 3.8"
152
152
153
153
steps :
154
- - uses : actions/checkout@v2
154
+ - uses : actions/checkout@v3
155
155
156
156
- name : Set up Python ${{ matrix.python-version }}
157
- uses : actions/setup-python@v2
157
+ uses : actions/setup-python@v4
158
158
with :
159
159
python-version : ${{ matrix.python-version }}
160
160
0 commit comments