chore: updates uv version in github action file

This commit is contained in:
2025-12-06 17:05:42 -03:00
parent 558abf5d40
commit dd2e7d221c

View File

@@ -32,7 +32,7 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
# Install a specific version of uv.
version: "0.6.14"
version: "0.9.15"
enable-cache: true
cache-dependency-glob: "uv.lock"
python-version: ${{ matrix.python-version }}