From a1f0f530c570b87453870a01ab21ce114641bd0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:53:40 +0000 Subject: [PATCH] ci(deps): update astral-sh/setup-uv action to v8.3.2 --- template/.github/workflows/python-bench.yaml | 4 ++-- template/.github/workflows/python-docs.yaml | 2 +- template/.github/workflows/python-test.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/.github/workflows/python-bench.yaml b/template/.github/workflows/python-bench.yaml index 855ae86..7606ced 100644 --- a/template/.github/workflows/python-bench.yaml +++ b/template/.github/workflows/python-bench.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true - name: Install dependencies @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true - name: Install dependencies diff --git a/template/.github/workflows/python-docs.yaml b/template/.github/workflows/python-docs.yaml index 6da4431..4599434 100644 --- a/template/.github/workflows/python-docs.yaml +++ b/template/.github/workflows/python-docs.yaml @@ -29,7 +29,7 @@ jobs: - name: Set environment variables run: echo 'SITE_URL=${{ steps.config.outputs.base_url }}' >> "$GITHUB_ENV" - name: Setup uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true - name: Install dependencies diff --git a/template/.github/workflows/python-test.yaml b/template/.github/workflows/python-test.yaml index 515feed..869b9c8 100644 --- a/template/.github/workflows/python-test.yaml +++ b/template/.github/workflows/python-test.yaml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true - name: Install dependencies @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 # I don't know why, but it is present in Codecov's documentation - name: Setup uv - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true - name: Install dependencies