From 58c0954af3b65ec938a2cbee7093fb11109cbd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:34:54 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 6.4.3 to 6.8.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.4.3 to 6.8.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/e92bafb6253dcd438e0484186d7669ea7a8ca1cc...d0cc045d04ccac9d8b7881df0226f9e82c39688e) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-python-tests.yml b/.github/workflows/pull-request-python-tests.yml index 175d2a8..aec66b6 100644 --- a/.github/workflows/pull-request-python-tests.yml +++ b/.github/workflows/pull-request-python-tests.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 - name: Set up Python ${{ matrix.python-version }} - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e with: python-version: ${{ matrix.python-version }} - name: Install dependencies