From 7f639c415bbf59109a25c7f249a3cbb339ee2aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:08:45 +0000 Subject: [PATCH] chore: bump astral-sh/setup-uv from 7.1.4 to 7.1.5 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.4 to 7.1.5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v7.1.4...v7.1.5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a0b46c..b9291e1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Setup uv - uses: astral-sh/setup-uv@v7.1.4 + uses: astral-sh/setup-uv@v7.1.5 - name: Install Dependencies run: uv sync --locked