From 8dd1134d3bb7e63cd35ad2e1ee6fefb24241d81f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 18:36:02 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to d0cc045 --- .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 6e374f3..eb7e845 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@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest