From a9669bded3c0475c6ae788dc34fd1fb2f1c392bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:45:44 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to e06108d --- .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 ffcd5ea..dc08d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7 + - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest