Use uv 0.10.8 for internal workflows (#18354)

This should resolve GitHub Python download flakes
This commit is contained in:
Zanie Blue
2026-03-06 13:45:40 -06:00
committed by GitHub
parent 03b4d8a2da
commit 8fedd25b41
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
- name: "Install uv"
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
version: "0.10.7"
version: "0.10.8"
- name: "Build docs"
run: uv run --only-group docs mkdocs build --strict -f mkdocs.yml