Bump actions/setup-python from 2.3.2 to 4.7.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/14628/head
dependabot[bot] 11 months ago committed by GitHub
parent 1c80cd23f5
commit f3e3e129f1
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@v3
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v4.7.0
with:
python-version: '3.9'
cache: 'pip'
@ -35,7 +35,7 @@ jobs:
UBUNTU_VERSION: ["22.04"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v4.7.0
with:
python-version: '3.9'
cache: 'pip'
@ -99,7 +99,7 @@ jobs:
UBUNTU_VERSION: ["22.04"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v4.7.0
with:
python-version: '3.9'
cache: 'pip'

Loading…
Cancel
Save