Merge pull request #166 from vsafonkin/v-vsafonkin/update-action-version

Bump setup-python action to v3 in the builder and test workflow.
This commit is contained in:
Vladimir Safonkin
2022-06-02 12:02:26 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
- name: Setup Python ${{ env.VERSION }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ env.VERSION }}
architecture: ${{ matrix.arch }}
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
python: [3.5.4, 3.6.7, 3.7.5, 3.8.1]
steps:
- name: setup-python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}