From fb57d2db452ca64529c5669ed56cbb827f31f669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:45:22 +0000 Subject: [PATCH] (deps): Bump astral-sh/setup-uv from 8.2.0 to 9.0.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-lean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lean.yml b/.github/workflows/ci-lean.yml index b6a6387..408dbea 100644 --- a/.github/workflows/ci-lean.yml +++ b/.github/workflows/ci-lean.yml @@ -43,7 +43,7 @@ jobs: - name: A2) Install uv # WHY: The E2) se-validate-manifest pre-commit hook shells out to `uvx`, # which is NOT preinstalled on the runner. - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true # WHY: Cache uv downloads across runs.