build(deps): update astral-sh/setup-uv action to v6

This commit is contained in:
Mend Renovate 2025-04-24 19:50:32 +00:00 committed by Sigurd Spieckermann
parent 4efdc6639a
commit 09ed738471

View File

@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0 # Needs all tags to compute dynamic version
- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
version: ${{ env.UV_VERSION }}
enable-cache: "true"
@ -127,7 +127,7 @@ jobs:
with:
fetch-depth: 0 # Needs all tags to compute dynamic version
- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
version: ${{ env.UV_VERSION }}
enable-cache: "true"