1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Bump actions/setup-python from 4 to 5 (#19005)

This commit is contained in:
dependabot[bot]
2023-12-11 08:05:40 +01:00
committed by GitHub
parent d77b657036
commit 22cf903656
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
uses: home-assistant/actions/helpers/verify-version@master
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}