Merge 20a1c6c43e3bffbd18cc127ca2b4e43666825441 into d548fd7fc8202b50fd4741cb48047c84d0bef306

This commit is contained in:
renovate[bot] 2026-03-13 20:52:39 +00:00 committed by GitHub
commit e8570bd34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: "actions/checkout@v4"
- uses: astral-sh/setup-uv@v5
with:
version: "0.6.3"
version: "0.10.10"
python-version: "3.13"
enable-cache: true
cache-dependency-glob: "uv.lock"

View File

@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v5
with:
version: "0.6.3"
version: "0.10.10"
python-version: ${{ matrix.python-version }}
enable-cache: true
cache-dependency-glob: "uv.lock"

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.6.3"
version: "0.10.10"
python-version: "3.13"
enable-cache: true
cache-dependency-glob: "uv.lock"

View File

@ -34,7 +34,7 @@ jobs:
python-version-file: "pyproject.toml"
- uses: astral-sh/setup-uv@v5
with:
version: "0.6.3"
version: "0.10.10"
enable-cache: true
cache-dependency-glob: "uv.lock"
- run: uv build

View File

@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v5
with:
version: "0.6.3"
version: "0.10.10"
python-version: "${{ matrix.python-version }}"
enable-cache: true
cache-dependency-glob: "uv.lock"