From f0f81cf6b80b8762f01a13ae5b1ea4dbea8fe7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:54:02 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 8.1.0 to 8.3.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.3.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.1.0...v8.3.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/update-docs.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 022a7a6..a45430c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.3.0 with: enable-cache: true python-version: ${{ matrix.python }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 312684e..78d02be 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: astral-sh/setup-uv@v8.1.0 + - uses: astral-sh/setup-uv@v8.3.0 with: enable-cache: true python-version: 3.13 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2651b15..a947dcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.3.0 with: python-version: "3.13" @@ -57,7 +57,7 @@ jobs: id-token: write steps: - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.3.0 if: github.event_name == 'release' with: enable-cache: false diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 4544207..85b5fd7 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install uv - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.3.0 with: enable-cache: true python-version: 3.13