From 1a0b22e7ffa193bf81ffa65a7b447998190508db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:38:46 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-wheels.yml | 6 +++--- .github/workflows/test-lint.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 409d0d5..9aeb2ac 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -60,7 +60,7 @@ jobs: cache-key: ${{ runner.os }}-stable - name: Install uv and set the Python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.python }} activate-environment: true @@ -121,7 +121,7 @@ jobs: cache-key: ${{ runner.os }}-stable - name: Install uv and set the Python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.python }} activate-environment: true @@ -233,7 +233,7 @@ jobs: cache-key: ${{ runner.os }}-stable - name: Install uv and set the Python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: "3.13" activate-environment: true diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 7fae724..daba367 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -59,7 +59,7 @@ jobs: cache-key: ${{ runner.os }}-stable - name: Install uv and set the Python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.python }} activate-environment: true @@ -116,7 +116,7 @@ jobs: cache-key: ${{ runner.os }}-stable - name: Install uv and set the Python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.python }} activate-environment: true