build(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-06 19:58:26 +00:00 committed by per1234
parent 22a69f7488
commit 59a3c4faf0

View File

@ -302,7 +302,7 @@ jobs:
- name: Install Python 3.x
if: fromJSON(matrix.config.container) == null
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11.x'