Skip to content

Commit 61eb7ff

Browse files
committed
Add a note about upgrading version param for astral-sh/setup-uv
1 parent 42f3db6 commit 61eb7ff

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
@@ -28,6 +28,8 @@ jobs:
2828
- name: Setup 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
cache-dependency-glob: |
3335
pyproject.toml

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
- name: Setup uv
7474
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7575
with:
76+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
77+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
7678
version: "0.11.4"
7779
enable-cache: true
7880
cache-dependency-glob: |
@@ -115,6 +117,8 @@ jobs:
115117
- name: Setup uv
116118
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
117119
with:
120+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
121+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
118122
version: "0.11.4"
119123
enable-cache: true
120124
cache-dependency-glob: |

0 commit comments

Comments
 (0)