Skip to content

Commit 2490b57

Browse files
committed
Add a note about upgrading version param for astral-sh/setup-uv
1 parent 435d789 commit 2490b57

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Setup uv
4949
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
5050
with:
51+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
52+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
5153
version: "0.11.4"
5254
cache-dependency-glob: |
5355
pyproject.toml

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
32+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
3133
version: "0.11.4"
3234
- name: Build distribution
3335
run: uv build

.github/workflows/smokeshow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Setup uv
2828
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2929
with:
30+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
31+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
3032
version: "0.11.4"
3133
cache-dependency-glob: |
3234
pyproject.toml

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
- name: Install uv
6868
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6969
with:
70+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
71+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
7072
version: "0.11.4"
7173
# Allow debugging with tmate
7274
- name: Setup tmate session
@@ -109,6 +111,8 @@ jobs:
109111
- name: Install uv
110112
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
111113
with:
114+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
115+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
112116
version: "0.11.4"
113117
- name: Get coverage files
114118
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

0 commit comments

Comments
 (0)