From 7c6a20331e22e8cd484e6a6104fa941a67b091f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:56:28 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv from 4 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v4...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.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/scheduled-probes.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5c86ea..61cad8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - uses: astral-sh/setup-uv@v4 + - uses: astral-sh/setup-uv@v7 - run: uv sync --extra dev - name: Ruff check run: uv run ruff check . @@ -71,7 +71,7 @@ jobs: python-version: "3.12" - name: Setup uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v7 - name: Install dependencies run: uv sync --extra dev diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f43fb27..5e25e5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - uses: astral-sh/setup-uv@v4 + - uses: astral-sh/setup-uv@v7 - run: uv sync --extra dev - name: Lint run: uv run ruff check diff --git a/.github/workflows/scheduled-probes.yml b/.github/workflows/scheduled-probes.yml index 1673db3..efc8ed3 100644 --- a/.github/workflows/scheduled-probes.yml +++ b/.github/workflows/scheduled-probes.yml @@ -37,7 +37,7 @@ jobs: python-version: "3.12" - name: Setup uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v7 - name: Install dependencies run: uv sync --extra dev -- 2.49.1