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

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

---
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]
2023-12-11 18:37:08 +01:00
committed by sebthom
parent 1b02436114
commit c7e8869fc4
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ jobs:
fi fi
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: "${{ matrix.PYTHON_VERSION }}" python-version: "${{ matrix.PYTHON_VERSION }}"

View File

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

View File

@@ -42,7 +42,7 @@ jobs:
with: with:
token: ${{ steps.generate_token.outputs.token }} token: ${{ steps.generate_token.outputs.token }}
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"