From 33a55b6d0a39dcfd1f2ef04cfc46d7d0018a1912 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:59:26 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.3.2 --- .github/workflows/component-test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component-test-python.yml b/.github/workflows/component-test-python.yml index 7b7db72..da0e20c 100644 --- a/.github/workflows/component-test-python.yml +++ b/.github/workflows/component-test-python.yml @@ -82,7 +82,7 @@ jobs: with: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true cache-dependency-glob: |