From a7f47f49c249f76ae4636f5347927cd50830f5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:28:34 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 7.3.1 to 8.1.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.3.1 to 8.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/5a095e7a2014a4212f075830d4f7277575a9d098...08807647e7069bb48b6ef5acd8ec9567f424441b) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/code.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902e35dd..90ccbe43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }} - name: install uv and set the python version - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: version: "0.7.19" python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index db350146..0fc26be4 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -41,7 +41,7 @@ jobs: sudo apt-get install -y protobuf-compiler - name: Install uv - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: version: "0.7.19"