From 26ac0843644a44a05255f527568f90be58a7ca8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:30:24 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 6.3.1 to 6.4.1 in the github-actions group --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 51d4334..1cee2e4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 # Use uv to ensure we have the same ruff version in CI and locally. - - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba + - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f with: version: "0.4.20" # Fix lint errors