From 1c16472d3ec86343e988c4d989d6894e775f48a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:33:46 +0000 Subject: [PATCH] ci(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/main-updated.yaml | 2 +- .github/workflows/pushed.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-updated.yaml b/.github/workflows/main-updated.yaml index 480bcdb..aa43186 100644 --- a/.github/workflows/main-updated.yaml +++ b/.github/workflows/main-updated.yaml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true version: "latest" diff --git a/.github/workflows/pushed.yaml b/.github/workflows/pushed.yaml index e918beb..18d97a3 100644 --- a/.github/workflows/pushed.yaml +++ b/.github/workflows/pushed.yaml @@ -25,7 +25,7 @@ jobs: ref: "${{ github.event.inputs.git_rev }}" - name: Install the latest version of uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true version: "latest"