From 5cb56decce0c8e5c17a39e6d52136d456e4dbc55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:12:30 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v8.3.1 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 528b477..84793e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v8.3.0 + uses: astral-sh/setup-uv@v8.3.1 - name: Run tests run: uvx nox -s tests-${{ matrix.python-version }} - name: Run linters @@ -47,7 +47,7 @@ jobs: with: python-version: "3.14" - name: Install uv - uses: astral-sh/setup-uv@v8.3.0 + uses: astral-sh/setup-uv@v8.3.1 - name: Build a binary wheel and a source tarball run: uv build - name: Store the distribution packages