1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-02 08:12:47 +01:00

Bump actions/setup-python from 4.8.0 to 5.0.0 (#4748)

This commit is contained in:
dependabot[bot]
2023-12-07 08:09:32 +01:00
committed by GitHub
parent 8c8122eee0
commit 844d76290c
2 changed files with 11 additions and 11 deletions

View File

@@ -125,7 +125,7 @@ jobs:
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
if: needs.init.outputs.publish == 'true'
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}