Skip to content

Commit afcf2a1

Browse files
authored
Bump up version of setup-python action (#11586)
* Bump up version of setup-python action * Changes to run the workflow * Try running tests * Undo changes to run workflow
1 parent f133230 commit afcf2a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636

3737
- name: Use Python ${{env.PYTHON_VERSION}}
38-
uses: actions/setup-python@v1
38+
uses: actions/setup-python@v2
3939
with:
4040
python-version: ${{env.PYTHON_VERSION}}
4141

@@ -134,7 +134,7 @@ jobs:
134134
run: npx prettier 'build/**/*.js' --check
135135

136136
- name: Use Python ${{env.PYTHON_VERSION}}
137-
uses: actions/setup-python@v1
137+
uses: actions/setup-python@v2
138138
with:
139139
python-version: ${{env.PYTHON_VERSION}}
140140

@@ -240,7 +240,7 @@ jobs:
240240
if: steps.out-cache.outputs.cache-hit == false
241241

242242
- name: Use Python ${{matrix.python}}
243-
uses: actions/setup-python@v1
243+
uses: actions/setup-python@v2
244244
with:
245245
python-version: ${{matrix.python}}
246246

@@ -442,7 +442,7 @@ jobs:
442442
shell: bash
443443

444444
- name: Use Python ${{matrix.python}}
445-
uses: actions/setup-python@v1
445+
uses: actions/setup-python@v2
446446
with:
447447
python-version: ${{matrix.python}}
448448

0 commit comments

Comments
 (0)