summaryrefslogtreecommitdiff
path: root/.github/workflows/wheel-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/wheel-builder.yml')
-rw-r--r--.github/workflows/wheel-builder.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 74f5f63bf..c80fdf0e8 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -102,7 +102,7 @@ jobs:
PYTHON_DOWNLOAD_URL: ${{ matrix.PYTHON.DOWNLOAD_URL }}
if: contains(matrix.PYTHON.VERSION, 'pypy') == false
- name: Setup pypy
- uses: actions/setup-python@v2.3.0
+ uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.PYTHON.VERSION }}
if: contains(matrix.PYTHON.VERSION, 'pypy')
@@ -166,7 +166,7 @@ jobs:
ref: ${{ github.event.inputs.version || github.ref }}
persist-credentials: false
- name: Setup python
- uses: actions/setup-python@v2.3.0
+ uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}