Bump actions/setup-python from 2.3.1 to 2.3.2 (#14418)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/14425/head
dependabot[bot] 2 years ago committed by GitHub
parent e416e76ce8
commit 63bfa63f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
cache: 'pip'
@ -33,7 +33,7 @@ jobs:
UBUNTU_VERSION: ["20.04"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
cache: 'pip'
@ -93,7 +93,7 @@ jobs:
UBUNTU_VERSION: ["20.04"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
cache: 'pip'

Loading…
Cancel
Save