]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 in the github-actions group (#2004)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 16 Jun 2026 22:15:24 +0000 (22:15 +0000)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2026 22:15:24 +0000 (22:15 +0000)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
.github/workflows/build-docs.yml
.github/workflows/create-draft-release.yml
.github/workflows/deploy-docs.yml
.github/workflows/pre-commit.yml
.github/workflows/prepare-release.yml
.github/workflows/publish.yml
.github/workflows/smokeshow.yml
.github/workflows/test.yml

index bad1273656dc2308a077d53f9eccac96c5b5d27c..726e9e3fe0c228de22e984d86aa4a89e4a23c9ec 100644 (file)
@@ -60,11 +60,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Setup uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           enable-cache: true
           cache-dependency-glob: |
             pyproject.toml
index d85bb8736e8dea9c2a1b9b733d84f2a1a609987b..1e59f7f422b5af0626372165019b69bc774b60b5 100644 (file)
@@ -31,11 +31,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Install uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
       - name: Extract release details
         id: release-details
         run: |
index dc3d5cca9b4839cb7d29beea366c60c7c84c9791..9cc62193f6d806d2032a7ad175a42430140d5d46 100644 (file)
@@ -30,11 +30,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Setup uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           enable-cache: false
       - name: Install GitHub Actions dependencies
         run: uv sync --locked --no-dev --group github-actions
index b42b124c054bdf702ef8dbe5033801fcf74525c5..c5ef15aba635e5a174e25d39ca8931ec0e5b6144 100644 (file)
@@ -47,11 +47,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Setup uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           cache-dependency-glob: |
             pyproject.toml
             uv.lock
index dbf5b2cb2bcc1272de7e2ca0cdcb537e009e921e..ad335cc8f500a65b37835f06e329eaac9281a553 100644 (file)
@@ -43,11 +43,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Install uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
       - name: Prepare release
         env:
           PREPARE_RELEASE_BUMP: ${{ inputs.bump }}
index 1ce1116877fb76f1292921d1472c556efbe335bd..e0af86dec0ba5c5c715638172eef95437239c123 100644 (file)
@@ -33,11 +33,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Install uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           enable-cache: false
       - name: Build distribution
         run: uv build
index 842f1d8a55c61b52f1e3b84ed0526e99b7596f33..9111aa82f3395973f635ed83f5aa0c8fbde7cc50 100644 (file)
@@ -21,11 +21,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Setup uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           cache-dependency-glob: |
             pyproject.toml
             uv.lock
index f5fc4d5e2358a740490f5a921fae1ef8c1fe79a6..3fda15d2366ad8bf250b7cb29149c22681a5c976 100644 (file)
@@ -62,11 +62,11 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
       - name: Setup uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           enable-cache: true
           cache-dependency-glob: |
             pyproject.toml
@@ -105,11 +105,11 @@ jobs:
         with:
           python-version-file: ".python-version"
       - name: Setup uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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"
+          version: "0.11.18"
           enable-cache: true
           cache-dependency-glob: |
             pyproject.toml