File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
shell : bash
36
36
37
37
- name : Use Python ${{env.PYTHON_VERSION}}
38
- uses : actions/setup-python@v1
38
+ uses : actions/setup-python@v2
39
39
with :
40
40
python-version : ${{env.PYTHON_VERSION}}
41
41
@@ -134,7 +134,7 @@ jobs:
134
134
run : npx prettier 'build/**/*.js' --check
135
135
136
136
- name : Use Python ${{env.PYTHON_VERSION}}
137
- uses : actions/setup-python@v1
137
+ uses : actions/setup-python@v2
138
138
with :
139
139
python-version : ${{env.PYTHON_VERSION}}
140
140
@@ -240,7 +240,7 @@ jobs:
240
240
if : steps.out-cache.outputs.cache-hit == false
241
241
242
242
- name : Use Python ${{matrix.python}}
243
- uses : actions/setup-python@v1
243
+ uses : actions/setup-python@v2
244
244
with :
245
245
python-version : ${{matrix.python}}
246
246
@@ -442,7 +442,7 @@ jobs:
442
442
shell : bash
443
443
444
444
- name : Use Python ${{matrix.python}}
445
- uses : actions/setup-python@v1
445
+ uses : actions/setup-python@v2
446
446
with :
447
447
python-version : ${{matrix.python}}
448
448
You can’t perform that action at this time.
0 commit comments