update uv action
This commit is contained in:
parent
881232d5aa
commit
fb22218016
1 changed files with 4 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -47,8 +47,10 @@ jobs:
|
|||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
uses: astral-sh/setup-uv@v6.7
|
||||
with:
|
||||
enable-cache: true
|
||||
save-cache: true
|
||||
version: "latest"
|
||||
|
||||
- name: Install Python dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue