From bb35a94ab901f11fcfb10867b70b54dce5f069a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:35:49 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.3.0 --- .github/actions/uvbuild/action.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/uvbuild/action.yaml b/.github/actions/uvbuild/action.yaml index 36fe71c..6629d66 100644 --- a/.github/actions/uvbuild/action.yaml +++ b/.github/actions/uvbuild/action.yaml @@ -23,7 +23,7 @@ runs: with: python-version: ${{ inputs.python }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: enable-cache: true - name: Setup project diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c6aa8dd..c25ac2d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Python uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: enable-cache: false # avoid cache-poisoning attacks - name: Build package diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b396bb4..94c7c0b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: with: python-version: "3.14" - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: enable-cache: true - name: Build package