Update dependency astral-sh/uv to v0.11.8 (#19247)

This commit is contained in:
renovate[bot]
2026-05-04 14:29:00 -07:00
committed by GitHub
parent 8d7cee6601
commit 441d2dc15a
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
+1 -1
View File
@@ -34,5 +34,5 @@ jobs:
- name: "Install uv"
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- run: uvx ruff format --diff .
+3 -3
View File
@@ -28,7 +28,7 @@ jobs:
- name: "Install uv"
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- run: uvx ruff check .
ty:
@@ -41,7 +41,7 @@ jobs:
- name: "Install uv"
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- run: |
uvx ty check python/uv
uvx \
@@ -75,7 +75,7 @@ jobs:
- name: "Install uv"
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
readme:
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
- name: "Install uv"
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- name: "Build docs"
run: uv run --only-group docs mkdocs build --strict -f mkdocs.yml
+3 -3
View File
@@ -45,7 +45,7 @@ jobs:
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- name: "Install required Python versions"
run: uv python install
@@ -144,7 +144,7 @@ jobs:
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- name: "Install required Python versions"
run: uv python install
@@ -208,7 +208,7 @@ jobs:
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.7"
version: "0.11.8"
- name: "Install required Python versions"
run: uv python install