Skip to content

Commit be1f2b9

Browse files
committed
astral-sh/setup-uv: Set to always use latest.
We should avoid pinning unless there is a specific issue.
1 parent b259ade commit be1f2b9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v6
2525
with:
26-
version: "0.4.16"
26+
version: "latest"
2727
# enable-cache: true
2828

2929
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v6
2525
with:
26-
version: "0.4.16"
26+
version: "latest"
2727
# enable-cache: true
2828

2929
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v6
2222
with:
23-
version: "0.4.16"
23+
version: "latest"
2424
enable-cache: true
2525

2626
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v6
2626
with:
27-
version: "0.4.16"
27+
version: "latest"
2828
enable-cache: true
2929

3030
- name: Set up Python ${{ matrix.config.py }}

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v6
2626
with:
27-
version: "0.4.16"
27+
version: "latest"
2828
enable-cache: true
2929

3030
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v6
2727
with:
28-
version: "0.4.16"
28+
version: "latest"
2929
enable-cache: true
3030

3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)