From 746db8a8e694d8c97bcf416b4c04445666396d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:54:58 +0000 Subject: [PATCH] :dependabot: github-actions(deps): Bump astral-sh/setup-uv Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...11f9893b081a58869d3b5fccaea48c9e9e46f990) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-lockfile.yml | 2 +- .github/workflows/check-minimal-import.yml | 2 +- .github/workflows/demo-examples.yml | 2 +- .github/workflows/demo-tutorials.yml | 2 +- .github/workflows/dependency-canary.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/pypi-release.yml | 2 +- .github/workflows/pytest-duckdb.yml | 2 +- .github/workflows/pytest-postgres.yml | 2 +- .github/workflows/pytest-spark.yml | 2 +- .github/workflows/pytest-sqlite.yml | 2 +- .github/workflows/typechecking.yml | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/check-lockfile.yml b/.github/workflows/check-lockfile.yml index 96d389f4a5..be1091076d 100644 --- a/.github/workflows/check-lockfile.yml +++ b/.github/workflows/check-lockfile.yml @@ -23,7 +23,7 @@ jobs: - name: Setup uv (without cache) id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/check-minimal-import.yml b/.github/workflows/check-minimal-import.yml index 766982dc8f..67817de09c 100644 --- a/.github/workflows/check-minimal-import.yml +++ b/.github/workflows/check-minimal-import.yml @@ -24,7 +24,7 @@ jobs: - name: Setup uv (without cache) id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/demo-examples.yml b/.github/workflows/demo-examples.yml index 879224e88b..bcdddadf1d 100644 --- a/.github/workflows/demo-examples.yml +++ b/.github/workflows/demo-examples.yml @@ -32,7 +32,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/demo-tutorials.yml b/.github/workflows/demo-tutorials.yml index 1612722208..eb26bf5f39 100644 --- a/.github/workflows/demo-tutorials.yml +++ b/.github/workflows/demo-tutorials.yml @@ -30,7 +30,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/dependency-canary.yml b/.github/workflows/dependency-canary.yml index ac2ed99243..7f6e562039 100644 --- a/.github/workflows/dependency-canary.yml +++ b/.github/workflows/dependency-canary.yml @@ -26,7 +26,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8b3a057c51..c6f6999ef5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,7 +34,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2bf83665e4..539f0a623d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 4e87a4776f..70c28ef38d 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/pytest-duckdb.yml b/.github/workflows/pytest-duckdb.yml index deb27abc33..70f51f052e 100644 --- a/.github/workflows/pytest-duckdb.yml +++ b/.github/workflows/pytest-duckdb.yml @@ -29,7 +29,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/pytest-postgres.yml b/.github/workflows/pytest-postgres.yml index 5d16bbd4ca..25f07152cc 100644 --- a/.github/workflows/pytest-postgres.yml +++ b/.github/workflows/pytest-postgres.yml @@ -43,7 +43,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/pytest-spark.yml b/.github/workflows/pytest-spark.yml index 837fb53f1f..09689e407e 100644 --- a/.github/workflows/pytest-spark.yml +++ b/.github/workflows/pytest-spark.yml @@ -29,7 +29,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/pytest-sqlite.yml b/.github/workflows/pytest-sqlite.yml index 844d06f1e0..db69732663 100644 --- a/.github/workflows/pytest-sqlite.yml +++ b/.github/workflows/pytest-sqlite.yml @@ -27,7 +27,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false diff --git a/.github/workflows/typechecking.yml b/.github/workflows/typechecking.yml index 3b5a6e2858..f16f26708d 100644 --- a/.github/workflows/typechecking.yml +++ b/.github/workflows/typechecking.yml @@ -24,7 +24,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false @@ -54,7 +54,7 @@ jobs: - name: Setup uv id: setup_uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false