1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

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

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-09-08 16:39:00 +02:00
committed by GitHub
parent 8bd52361b9
commit 36b9606172
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Setup Python version ${{ env.PYTHON_VERSION }} - name: Setup Python version ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}

View File

@@ -234,7 +234,7 @@ jobs:
- name: Setup Python version ${{ env.PYTHON_VERSION }} - name: Setup Python version ${{ env.PYTHON_VERSION }}
if: ${{ github.event_name != 'release' }} if: ${{ github.event_name != 'release' }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}

View File

@@ -42,7 +42,7 @@ jobs:
sudo apt install -y qemu-system-x86 ovmf sudo apt install -y qemu-system-x86 ovmf
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: 3.12 python-version: 3.12