From 8e6c8797636b898e42aaa77abf648a7b66731c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:10:23 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 5 to 6 in the github_actions group Bumps the github_actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publishing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishing.yaml b/.github/workflows/publishing.yaml index 32c4195..7b6adda 100644 --- a/.github/workflows/publishing.yaml +++ b/.github/workflows/publishing.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - name: Setup Python run: uv python install 3.13 - name: Build wheel and source tarball @@ -33,7 +33,7 @@ jobs: with: name: python-package-distributions path: dist/ - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - name: Setup Python run: uv python install 3.13 - name: Validate dist