From a6ae29679519b539a2aaa8f52af6d7fb9899b849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:05:47 +0000 Subject: [PATCH] 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/docs-to_gh-pages.yml | 2 +- .github/workflows/tox-pytest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-to_gh-pages.yml b/.github/workflows/docs-to_gh-pages.yml index 313c5e8a0..0421f0eb2 100644 --- a/.github/workflows/docs-to_gh-pages.yml +++ b/.github/workflows/docs-to_gh-pages.yml @@ -10,7 +10,7 @@ jobs: git fetch --prune --unshallow git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - uses: actions/setup-python@v5 with: python-version: "3.13" diff --git a/.github/workflows/tox-pytest.yml b/.github/workflows/tox-pytest.yml index 2160eae53..1fbf554a0 100644 --- a/.github/workflows/tox-pytest.yml +++ b/.github/workflows/tox-pytest.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: