From 0562a0254faebb1cfa33eeeb0a65f5164c72e0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:41:26 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 3 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v3...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/outdated-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/outdated-deps.yml b/.github/workflows/outdated-deps.yml index 0b432e9..fc2dc16 100644 --- a/.github/workflows/outdated-deps.yml +++ b/.github/workflows/outdated-deps.yml @@ -26,7 +26,7 @@ jobs: cache: npm cache-dependency-path: frontend/package-lock.json - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: |