mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-19 03:28:42 +00:00
Update dependency astral-sh/uv to v0.9.5 (#16456)
This commit is contained in:
parent
b8a1b13feb
commit
e9b0478dab
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
|
||||
with:
|
||||
version: "0.9.4"
|
||||
version: "0.9.5"
|
||||
|
||||
- name: "rustfmt"
|
||||
run: cargo fmt --all --check
|
||||
|
|
@ -232,7 +232,7 @@ jobs:
|
|||
|
||||
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
|
||||
with:
|
||||
version: "0.9.4"
|
||||
version: "0.9.5"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
|
@ -284,7 +284,7 @@ jobs:
|
|||
|
||||
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
|
||||
with:
|
||||
version: "0.9.4"
|
||||
version: "0.9.5"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
|
@ -326,7 +326,7 @@ jobs:
|
|||
|
||||
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
|
||||
with:
|
||||
version: "0.9.4"
|
||||
version: "0.9.5"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
|
@ -491,7 +491,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
|
||||
with:
|
||||
version: "0.9.4"
|
||||
version: "0.9.5"
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
- name: "Add SSH key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue