]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
Add a note about upgrading `version` param for `astral-sh/setup-uv`
authorYurii Motov <yurii.motov.monte@gmail.com>
Mon, 20 Apr 2026 15:45:43 +0000 (17:45 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Mon, 20 Apr 2026 15:45:43 +0000 (17:45 +0200)
.github/workflows/build-docs.yml
.github/workflows/deploy-docs.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/smokeshow.yml
.github/workflows/test.yml

index 003d0734dc291b659387bb19f4ddbbf9d83cb5e1..bc486f9b2008add1f34672e878c04c600deb5ab2 100644 (file)
@@ -60,6 +60,8 @@ jobs:
       - name: Setup uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
           enable-cache: true
           cache-dependency-glob: |
index 972fc742022e6fb414c42af7178d3a25dd52d0ba..ae465c70cb0c5dea522ab54947208aa50299e30e 100644 (file)
@@ -31,6 +31,8 @@ jobs:
       - name: Setup uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
           enable-cache: false
       - name: Install GitHub Actions dependencies
index bfeffcc880f53751560942cda2306f0aac301ff6..00f04028307104ccbd6d3b9799a340f9ef2bbf4f 100644 (file)
@@ -48,6 +48,8 @@ jobs:
       - name: Setup uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
           cache-dependency-glob: |
             pyproject.toml
index 02bb51773175f34db000dcd33c1986ae5456a30d..6393455aa414a742c2bd3ba2b56d1c7f682602df 100644 (file)
@@ -34,6 +34,8 @@ jobs:
       - name: Install uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
       - name: Build distribution
         run: uv build
index 17ba8d80c84aeb332de15b6b9e5163cc19e5cba7..dec1f6019d56b3e5b649334ea301f3251c34c43b 100644 (file)
@@ -22,6 +22,8 @@ jobs:
       - name: Setup uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
           cache-dependency-glob: |
             pyproject.toml
index 1cc3970fb78d48e0408d3651b724f541856e0b99..158adfb41c03c32f04894ff88c984ce2b1245703 100644 (file)
@@ -63,6 +63,8 @@ jobs:
       - name: Setup uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
           enable-cache: true
           cache-dependency-glob: |
@@ -103,6 +105,8 @@ jobs:
       - name: Setup uv
         uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
         with:
+          # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
+          # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
           version: "0.11.4"
           enable-cache: true
           cache-dependency-glob: |