From ae953d0244588230ca18aa5c2899ef31c8d2dfb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:04:31 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.3.1 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56c0d17..37ae0c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - name: Install uv - uses: astral-sh/setup-uv@v8.3.0 + uses: astral-sh/setup-uv@v8.3.1 with: enable-cache: true - name: Install libffi @@ -49,7 +49,7 @@ jobs: - name: Checkout ${{ github.repository }} uses: actions/checkout@v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@v8.3.0 + uses: astral-sh/setup-uv@v8.3.1 with: enable-cache: true - name: Install dependencies