From 7c3b9d782e3662de0255d5e5152d42de5f60607a Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:14:23 -0500 Subject: [PATCH] Bump astral-sh/setup-uv from 4 to 5 (#1712) Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] (cherry picked from commit 80314a596479d11a7534f9aa3a249a9abd157352) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 787d29de9..0987eb10f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install the latest version of uv and set the Python version - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v5 with: python-version: ${{ matrix.python-version }} enable-cache: true @@ -61,7 +61,7 @@ jobs: python-version: '3.12' - name: Install the latest version of uv and set the Python version - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v5 with: python-version: '3.12' enable-cache: true