Skip to content

Commit c947f4e

Browse files
committed
Add a note about upgrading version param for astral-sh/setup-uv
1 parent 606dc9e commit c947f4e

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.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
@@ -26,6 +26,8 @@ jobs:
2626
- name: Setup uv
2727
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2828
with:
29+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
30+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
2931
version: "0.11.4"
3032
cache-dependency-glob: |
3133
pyproject.toml

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
- name: Setup uv
7171
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7272
with:
73+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
74+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
7375
version: "0.11.4"
7476
enable-cache: true
7577
cache-dependency-glob: |
@@ -113,6 +115,8 @@ jobs:
113115
- name: Setup uv
114116
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
115117
with:
118+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
119+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
116120
version: "0.11.4"
117121
enable-cache: true
118122
cache-dependency-glob: |

0 commit comments

Comments
 (0)