From 10bccc744ff6d7d49b72fb472f0f13f268b1e93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:04:03 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv Bumps the github-actions group with 1 update in the /.github/workflows/env-install directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/env-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/env-install/action.yml b/.github/workflows/env-install/action.yml index 68c5715..08416cb 100644 --- a/.github/workflows/env-install/action.yml +++ b/.github/workflows/env-install/action.yml @@ -13,7 +13,7 @@ runs: uses: docker/setup-buildx-action@v4 - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b #v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 #v8.2.0 - name: Install dependencies run: |