Update dependency astral-sh/uv to v0.10.2 (#18034)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
|
||||
- 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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
- run: uvx ruff format --diff .
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
- run: uvx ruff check .
|
||||
|
||||
ty:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
- run: |
|
||||
uvx ty check python/uv
|
||||
uvx \
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
|
||||
|
||||
readme:
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
|
||||
with:
|
||||
version: "0.10.1"
|
||||
version: "0.10.2"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
||||
Reference in New Issue
Block a user