fix(deps): bump actions/setup-python from 3 to 4

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>
This commit is contained in:
dependabot[bot]
2022-06-13 17:16:03 +00:00
committed by Sebastian Thomschke
parent f924ed89d0
commit a5347fc1a0
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v3 #https://github.com/actions/checkout uses: actions/checkout@v3 #https://github.com/actions/checkout
- uses: actions/setup-python@v3 - uses: actions/setup-python@v4
with: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"

View File

@@ -37,7 +37,7 @@ jobs:
- name: Git Checkout - name: Git Checkout
uses: actions/checkout@v3 #https://github.com/actions/checkout uses: actions/checkout@v3 #https://github.com/actions/checkout
- 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:
with: with:
token: ${{ steps.generate_token.outputs.token }} token: ${{ steps.generate_token.outputs.token }}
- uses: actions/setup-python@v3 - uses: actions/setup-python@v4
with: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"