From 24fafaf125bb08d5882297d257b84f42aa78a47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:57:15 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 4.2.0 to 5.1.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4.2.0 to 5.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/38f3f104447c67c051c4a08e39b64a148898af3a...887a942a15af3a7626099df99e897a18d9e5ab3a) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index a069e40..25a4f39 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -41,7 +41,7 @@ jobs: uses: "actions/checkout@v4.2.2" - name: Install uv - uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v3 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v3 - name: Set up Python run: uv python install 3.12 @@ -61,7 +61,7 @@ jobs: - name: Check out code from GitHub uses: "actions/checkout@v4.2.2" - name: Install uv - uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v3 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v3 - name: Set up Python run: uv python install 3.11