From f5da5882bc2470a8541ca6d2fe0c8bcc2e55b1ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:02:05 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to 557e51d --- .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 0d66ed6..a9848db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6 + - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest