Skip to content

Commit c3505cc

Browse files
author
Vladimir Safonkin
authored
Merge pull request actions#166 from vsafonkin/v-vsafonkin/update-action-version
Bump setup-python action to v3 in the builder and test workflow.
2 parents 22f1105 + 15394f2 commit c3505cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
132132

133133
- name: Setup Python ${{ env.VERSION }}
134-
uses: actions/setup-python@v2
134+
uses: actions/setup-python@v3
135135
with:
136136
python-version: ${{ env.VERSION }}
137137
architecture: ${{ matrix.arch }}

.github/workflows/releases-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python: [3.5.4, 3.6.7, 3.7.5, 3.8.1]
1919
steps:
2020
- name: setup-python ${{ matrix.python }}
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: ${{ matrix.python }}
2424

0 commit comments

Comments
 (0)