From fb27f33e3fe54c2ac4ac5d34a916dced880bd93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:26:24 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 5 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...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/bump_libraries.yaml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/docker-publish.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump_libraries.yaml b/.github/workflows/bump_libraries.yaml index e169710f..555a052c 100644 --- a/.github/workflows/bump_libraries.yaml +++ b/.github/workflows/bump_libraries.yaml @@ -20,7 +20,7 @@ jobs: - name: Read Python version from .python-version run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 - name: Set up Python ${{ env.PYTHON_VERSION }} run: uv python install ${{ env.PYTHON_VERSION }} - name: Dependabot metadata diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a023f87..cd3a5b54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Read Python version from .python-version run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: "uv.lock" @@ -43,7 +43,7 @@ jobs: - name: Read Python version from .python-version run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: "uv.lock" @@ -86,7 +86,7 @@ jobs: - name: Read Python version from .python-version run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index efe80fbd..a0eea008 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -76,7 +76,7 @@ jobs: --cache-from $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }} \ -t $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA . - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: "uv.lock"