Bump actions/setup-python from 5 to 6 (#8472)

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

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  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]
2025-10-01 12:03:55 +02:00
committed by GitHub
parent 1e0699de26
commit e7d898a324
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up Python runtime
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: pip

View File

@@ -49,7 +49,7 @@ jobs:
src/templates/partials/languages
- name: Set up Python runtime
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: pip