From 82cd3b7827e47bcdf57ea65ce2e706ddf418cae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:12:08 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v8.3.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dc9ba5560b..fa6a94ef994 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: # Set up UV to manage Python versions - name: Install uv and set python version - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.0 with: enable-cache: true python-version: '3.12'