chore: standardize to official astral-sh/setup-uv@v6 action (#24527)

This commit is contained in:
lyzno1
2025-08-26 11:55:17 +08:00
committed by GitHub
parent 410fe7293f
commit 884fdc2fa8
6 changed files with 16 additions and 43 deletions

View File

@@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
# Use uv to ensure we have the same ruff version in CI and locally.
- uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.12"
- run: |
cd api
uv sync --dev