Bump actions/setup-python from 2.2.2 to 2.3.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-18 08:05:18 +00:00 committed by GitHub
parent 8673dcac25
commit 03e20c10e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

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

View File

@ -176,7 +176,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.6
- name: Install Python tools
@ -377,7 +377,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.6
- name: Install Python tools
@ -392,7 +392,7 @@ jobs:
./build/build-python --no-set-rustflags --python python --quick-check
git clean -xdf
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.6
- name: Build and test the wheel
@ -401,7 +401,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.6'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.7
- name: Build and test the wheel
@ -410,7 +410,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.7'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.8
- name: Build and test the wheel
@ -419,7 +419,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.9
- name: Build and test the wheel
@ -428,7 +428,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.9'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.10
- 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.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.6
architecture: x86
@ -483,7 +483,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.6'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.7
architecture: x86
@ -493,7 +493,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.7'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.8
architecture: x86
@ -503,7 +503,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.9
architecture: x86
@ -513,7 +513,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.9'
bash build/ci-py-build-wheels.sh
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.10
architecture: x86
@ -559,7 +559,7 @@ jobs:
- uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: 3.x
- uses: actions/setup-node@v2.4.1