24
24
uses : actions/checkout@v2
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
id : python
27
- uses : actions/setup-python@v2.1.4
27
+ uses : actions/setup-python@v2
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Restore base Python virtual environment
54
54
- name : Check out code from GitHub
55
55
uses : actions/checkout@v2
56
56
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
57
- uses : actions/setup-python@v2.1.4
57
+ uses : actions/setup-python@v2
58
58
id : python
59
59
with :
60
60
python-version : ${{ env.DEFAULT_PYTHON }}
95
95
- name : Check out code from GitHub
96
96
uses : actions/checkout@v2
97
97
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
98
- uses : actions/setup-python@v2.1.4
98
+ uses : actions/setup-python@v2
99
99
id : python
100
100
with :
101
101
python-version : ${{ env.DEFAULT_PYTHON }}
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Check out code from GitHub
139
139
uses : actions/checkout@v2
140
140
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
141
- uses : actions/setup-python@v2.1.4
141
+ uses : actions/setup-python@v2
142
142
id : python
143
143
with :
144
144
python-version : ${{ env.DEFAULT_PYTHON }}
@@ -184,7 +184,7 @@ jobs:
184
184
- name : Check out code from GitHub
185
185
uses : actions/checkout@v2
186
186
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
187
- uses : actions/setup-python@v2.1.4
187
+ uses : actions/setup-python@v2
188
188
id : python
189
189
with :
190
190
python-version : ${{ env.DEFAULT_PYTHON }}
@@ -231,7 +231,7 @@ jobs:
231
231
- name : Check out code from GitHub
232
232
uses : actions/checkout@v2
233
233
- name : Set up Python ${{ matrix.python-version }}
234
- uses : actions/setup-python@v2.1.4
234
+ uses : actions/setup-python@v2
235
235
id : python
236
236
with :
237
237
python-version : ${{ matrix.python-version }}
@@ -271,7 +271,7 @@ jobs:
271
271
-p no:sugar \
272
272
tests
273
273
- name : Upload coverage artifact
274
- uses : actions/upload-artifact@v2.2.0
274
+ uses : actions/upload-artifact@v2
275
275
with :
276
276
name : coverage-${{ matrix.python-version }}
277
277
path : .coverage
@@ -285,7 +285,7 @@ jobs:
285
285
- name : Check out code from GitHub
286
286
uses : actions/checkout@v2
287
287
- name : Set up Python ${{ matrix.python-version }}
288
- uses : actions/setup-python@v2.1.4
288
+ uses : actions/setup-python@v2
289
289
id : python
290
290
with :
291
291
python-version : ${{ env.DEFAULT_PYTHON }}
@@ -312,4 +312,4 @@ jobs:
312
312
coverage report --fail-under=98
313
313
coverage xml
314
314
- name : Upload coverage to Codecov
315
- uses : codecov/codecov-action@v1.0.14
315
+ uses : codecov/codecov-action@v2
0 commit comments