From de99c41420e0a4246eb5040ee0ce5e7ff5f7614b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:27:14 +0000 Subject: [PATCH] ci(deps): bump astral-sh/setup-uv from 6.6.1 to 6.8.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.6.1 to 6.8.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/557e51de59eb14aaaba2ed9621916900a91d50c6...d0cc045d04ccac9d8b7881df0226f9e82c39688e) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 98238af9..49ce8a36 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -50,7 +50,7 @@ jobs: # - https://www.andrlik.org/dispatches/til-use-uv-for-build-and-publish-github-actions/ # - https://github.com/astral-sh/trusted-publishing-examples - name: Set up uv - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 - name: Build distributions # Builds dists from source and stores them in the dist/ directory.