Merge pull request #1519 from ocrmypdf/dependabot/github_actions/astral-sh/setup-uv-6

Bump astral-sh/setup-uv from 5 to 6
This commit is contained in:
jbarlow 2025-05-27 00:41:52 -07:00 committed by GitHub
commit 45043f6a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ jobs:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
version: "0.5.x"
@ -136,7 +136,7 @@ jobs:
tesseract
- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
version: "0.5.x"
@ -186,7 +186,7 @@ jobs:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
version: "0.5.x"
@ -225,7 +225,7 @@ jobs:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
version: "0.5.x"