mirror of https://github.com/databricks/cli.git
Update uv to 0.6.5 (#2449)
## Changes Update uv to 0.6.5 ## Tests Using CI checks --- NO_CHANGELOG=true
This commit is contained in:
parent
36431ef161
commit
fdc6d12570
|
@ -58,7 +58,9 @@ jobs:
|
|||
python-version: '3.9'
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
|
||||
with:
|
||||
version: "0.6.5"
|
||||
|
||||
- name: Set go env
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue