ci: bump uv from 0.8.4 to 0.11.3 in all workflows

This commit is contained in:
Greyson LaLonde
2026-04-04 22:18:53 +08:00
parent 686cff6514
commit 0079c70dda
9 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
version: "0.8.4"
version: "0.11.3"
python-version: ${{ matrix.python-version }}
enable-cache: false