From acd896c454cbce3f6fd1c851b8b5b45f21828c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:47:12 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 3 to 5 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 325366cc..b2c5c543 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: # Get history and tags for SCM versioning to work fetch-depth: 0 - name: Install the latest version of uv with cache enabled - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v5 with: version: "latest" enable-cache: true