Bump actions/setup-python from 2.3.2 to 4.4.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v4.4.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>
This commit is contained in:
dependabot[bot] 2022-12-23 08:03:02 +00:00 committed by GitHub
parent 651f949ca6
commit 21f99948e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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