31
31
steps :
32
32
- uses : actions/checkout@v2
33
33
- name : Setup python
34
- uses : actions/setup-python@v2.1.4
34
+ uses : actions/setup-python@v2.2.1
35
35
with :
36
36
python-version : ${{ matrix.PYTHON.VERSION }}
37
37
- run : git clone --depth=1 https://github.com/google/wycheproof
@@ -123,7 +123,7 @@ jobs:
123
123
steps :
124
124
- uses : actions/checkout@v2
125
125
- name : Setup python
126
- uses : actions/setup-python@v2
126
+ uses : actions/setup-python@v2.2.1
127
127
with :
128
128
python-version : ${{ matrix.PYTHON.VERSION }}
129
129
@@ -166,7 +166,7 @@ jobs:
166
166
steps :
167
167
- uses : actions/checkout@v2
168
168
- name : Setup python
169
- uses : actions/setup-python@v2
169
+ uses : actions/setup-python@v2.2.1
170
170
with :
171
171
python-version : ${{ matrix.PYTHON.VERSION }}
172
172
architecture : ${{ matrix.WINDOWS.ARCH }}
@@ -208,7 +208,7 @@ jobs:
208
208
steps :
209
209
- uses : actions/checkout@v2
210
210
- name : Setup python
211
- uses : actions/setup-python@v2
211
+ uses : actions/setup-python@v2.2.1
212
212
with :
213
213
python-version : 3.7
214
214
- run : python -m pip install -U pip wheel
@@ -225,7 +225,7 @@ jobs:
225
225
steps :
226
226
- uses : actions/checkout@v2
227
227
- name : Setup python
228
- uses : actions/setup-python@v2
228
+ uses : actions/setup-python@v2.2.1
229
229
with :
230
230
python-version : 3.9
231
231
- run : python -m pip install -U tox
0 commit comments