From 98f3c3c751b68bad6fdae97ce957b8c90990f946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:36:21 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.8.24 --- .github/actions/setup-environment/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index d5f1cc25d..5b6e56e0d 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -15,7 +15,7 @@ runs: enable-cache: true prune-cache: false python-version: ${{ inputs.python-version }} - version: '0.8.22' + version: '0.8.24' cache-suffix: ${{inputs.python-version}} - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38cbb672a..af936c810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: enable-cache: false prune-cache: false python-version: 3.${{ matrix.python }} - version: "0.8.22" + version: "0.8.24" cache-suffix: 3.${{ matrix.python }} - name: Fetch tags