Skip to content

Commit 1aa58e2

Browse files
authored
Bump astral-sh/setup-uv from 5 to 7
Bump astral-sh/setup-uv from 5 to 7
2 parents 48174c7 + b0a79d1 commit 1aa58e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/monorepo-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.11"
2929

3030
- name: Set Up uv
31-
uses: astral-sh/setup-uv@v5
31+
uses: astral-sh/setup-uv@v7
3232
with:
3333
enable-cache: true
3434

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: "3.11"
3030

3131
- name: Set Up uv
32-
uses: astral-sh/setup-uv@v5
32+
uses: astral-sh/setup-uv@v7
3333
with:
3434
enable-cache: true
3535

0 commit comments

Comments
 (0)