Update dependency astral-sh/uv to v0.10.12 (#18648)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
|
||||
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||
|
||||
@@ -34,5 +34,5 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
- run: uvx ruff format --diff .
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
- run: uvx ruff check .
|
||||
|
||||
ty:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
- run: |
|
||||
uvx ty check python/uv
|
||||
uvx \
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
|
||||
|
||||
readme:
|
||||
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
|
||||
- name: "Build docs"
|
||||
run: uv run --only-group docs mkdocs build --strict -f mkdocs.yml
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -144,7 +144,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -208,7 +208,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
|
||||
with:
|
||||
version: "0.10.10"
|
||||
version: "0.10.12"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
||||
Reference in New Issue
Block a user