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 6.0.0 to 6.1.0 (#4437)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](e797f83bcb...83679a892e)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-12-08 14:36:46 +01:00
committed by GitHub
parent 78354b3e57
commit 6248fcea91
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with: with:
python-version: 3.12 python-version: 3.12