From c29f5a03324214a089d92c8b516682c095a67511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:41:09 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 3.1.7 to 3.2.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3.1.7 to 3.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/f3bcaebff5eace81a1c062af9f9011aae482ca9d...3b9817b1bf26186f03ab8277bab9b827ea5cc254) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8788a740..88f73958 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: python-version: "3.x" - name: Install uv - uses: astral-sh/setup-uv@f3bcaebff5eace81a1c062af9f9011aae482ca9d # v3.1.7 + uses: astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254 # v3.2.0 - name: Build sdist and wheel run: |