From 34ade09215a1b277b33a4a1e83ac34ef6957cd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:36:23 +0000 Subject: [PATCH] ci(deps): bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-py.yml | 6 +++--- .github/workflows/docs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-py.yml b/.github/workflows/ci-py.yml index fea26c0cd..0c9cef18f 100644 --- a/.github/workflows/ci-py.yml +++ b/.github/workflows/ci-py.yml @@ -52,7 +52,7 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.9 - name: Set up uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: ${{ env.UV_VERSION }} enable-cache: true @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@v5 - name: Set up uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: ${{ env.UV_VERSION }} enable-cache: true @@ -155,7 +155,7 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.9 - name: Set up uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: ${{ env.UV_VERSION }} enable-cache: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 05f5f43be..0c884d6b4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: fetch-tags: true - name: Set up uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: ${{ env.UV_VERSION }} enable-cache: true