Skip to content

Commit 49f6d4b

Browse files
committed
Add a note about upgrading version param for astral-sh/setup-uv
1 parent 0d19dcd commit 49f6d4b

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- name: Setup uv
6161
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6262
with:
63+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
64+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
6365
version: "0.11.4"
6466
enable-cache: true
6567
cache-dependency-glob: |

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Setup uv
3232
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3333
with:
34+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
35+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
3436
version: "0.11.4"
3537
enable-cache: false
3638
- name: Install GitHub Actions dependencies

.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
@@ -34,6 +34,8 @@ jobs:
3434
- name: Install uv
3535
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3636
with:
37+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
38+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
3739
version: "0.11.4"
3840
- name: Build distribution
3941
run: uv build

.github/workflows/smokeshow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Setup uv
2323
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2424
with:
25+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
26+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
2527
version: "0.11.4"
2628
cache-dependency-glob: |
2729
pyproject.toml

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- name: Setup uv
6464
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6565
with:
66+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
67+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
6668
version: "0.11.4"
6769
enable-cache: true
6870
cache-dependency-glob: |
@@ -103,6 +105,8 @@ jobs:
103105
- name: Setup uv
104106
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
105107
with:
108+
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
109+
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
106110
version: "0.11.4"
107111
enable-cache: true
108112
cache-dependency-glob: |

0 commit comments

Comments
 (0)