From 826ad2336032bc4d87d4483d41c35930902a7bd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Jul 2026 12:05:46 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.3.0 --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0db4482..f5d590f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 - name: Run ruff check run: uvx ruff check . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16182b5..f3b21b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # Required for changelog generation - name: Configure uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 - name: Verify Version Sync # Sanity check: Ensure the Git Tag matches your VERSION file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14a4331..44d4103 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,7 @@ jobs: python-version-file: "pyproject.toml" - name: Install uv and enable caching - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: enable-cache: true