mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 15:32:54 +00:00
build(deps): update astral-sh/setup-uv action to v6
This commit is contained in:
parent
4efdc6639a
commit
09ed738471
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Needs all tags to compute dynamic version
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
version: ${{ env.UV_VERSION }}
|
||||
enable-cache: "true"
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Needs all tags to compute dynamic version
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
version: ${{ env.UV_VERSION }}
|
||||
enable-cache: "true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user