Bump actions/setup-python from 2.3.2 to 5.1.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v5.1.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/14710/head
dependabot[bot] 2 months ago committed by GitHub
parent a4a9d6d7c8
commit 32b068d762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
cache: 'pip'
@ -35,7 +35,7 @@ jobs:
UBUNTU_VERSION: ["22.04"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
cache: 'pip'
@ -99,7 +99,7 @@ jobs:
UBUNTU_VERSION: ["22.04"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
cache: 'pip'

Loading…
Cancel
Save