Bump actions/setup-python from 2.3.1 to 2.3.2

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-07 08:07:49 +00:00 committed by GitHub
parent 3c7776e7aa
commit 0767bbbebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -181,7 +181,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.7'
- name: Install Python tools

View File

@ -184,7 +184,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.7'
- name: Install Python tools
@ -376,7 +376,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.7'
- name: Install Python tools
@ -391,7 +391,7 @@ jobs:
./build/build-python --no-set-rustflags --python python --quick-check
git clean -xdf
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.7'
- name: Build and test the wheel
@ -400,7 +400,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.7'
bash build/ci-py-build-wheels.sh --build
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.8'
- name: Build and test the wheel
@ -409,7 +409,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
- name: Build and test the wheel
@ -418,7 +418,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.9'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.10'
- name: Build and test the wheel
@ -427,7 +427,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.10'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: 'pypy-3.8'
- name: Build and test the wheel
@ -473,7 +473,7 @@ jobs:
rustup default stable-i686-pc-windows-msvc
rustup show
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.7'
architecture: x86
@ -483,7 +483,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.7'
bash build/ci-py-build-wheels.sh --build
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.8'
architecture: x86
@ -493,7 +493,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
architecture: x86
@ -503,7 +503,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.9'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.10'
architecture: x86
@ -549,7 +549,7 @@ jobs:
- uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.x'
- uses: actions/setup-node@v2.5.1