From 2309a498e8aec848d5a804c55294b8849ce5b0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:15:26 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting-and-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting-and-checks.yaml b/.github/workflows/linting-and-checks.yaml index 24bfa878..08aa0f8f 100644 --- a/.github/workflows/linting-and-checks.yaml +++ b/.github/workflows/linting-and-checks.yaml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v5 - name: "Setup: install uv" - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true