1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 15:55:29 +01:00

Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#173418)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-10 10:43:13 +02:00
committed by GitHub
parent 8111667c1f
commit 4a5ee9e4ee
+1 -1
View File
@@ -404,7 +404,7 @@ jobs:
echo "version=$(grep '^uv==' requirements.txt | cut -d'=' -f3)" >> "$GITHUB_OUTPUT"
- name: Set up uv
if: steps.cache-venv.outputs.cache-hit != 'true'
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
version: ${{ steps.read-uv-version.outputs.version }}
- name: Create Python virtual environment