From ee9a952d412de249a8e783d0b204c0365d7598c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 19:33:29 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to e92bafb --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c3e3be..2feb6f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6 + - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest