Skip to content

Commit e720eda

Browse files
Bump astral-sh/setup-uv from 5 to 6 (#1024)
1 parent e9f3913 commit e720eda

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v6
2525
with:
2626
# Install a specific version of uv.
2727
version: "0.5.1"

.github/workflows/deploy_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v5
20+
uses: astral-sh/setup-uv@v6
2121
with:
2222
# Install a specific version of uv.
2323
version: "0.5.1"

.github/workflows/deploy_latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Install uv
31-
uses: astral-sh/setup-uv@v5
31+
uses: astral-sh/setup-uv@v6
3232
with:
3333
# Install a specific version of uv.
3434
version: "0.5.1"

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v5
20+
uses: astral-sh/setup-uv@v6
2121
with:
2222
# Install a specific version of uv.
2323
version: "0.5.1"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v5
16+
uses: astral-sh/setup-uv@v6
1717
with:
1818
# Install a specific version of uv.
1919
version: "0.5.5"

0 commit comments

Comments
 (0)