Bump actions/setup-python from 3 to 4 (#4022)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-13 10:57:07 +02:00 committed by GitHub
parent 774f119912
commit fc70b6caa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python runtime - name: Set up Python runtime
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}

View File

@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python runtime - name: Set up Python runtime
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}