From 977a2af2daabf0a85dd46065829c5c8e50101476 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:50:10 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.3.2 --- .github/workflows/ci-tests.yml | 2 +- .github/workflows/update-db.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c7aa05942237..989c36df8c75 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -36,7 +36,7 @@ jobs: node-version: latest - name: Install uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index 8894e1cda663..f2bf4f2cc88f 100644 --- a/.github/workflows/update-db.yml +++ b/.github/workflows/update-db.yml @@ -40,7 +40,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true