From e31ece456f3af366b9702ec02579f7126ac1066f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:16:46 +0000 Subject: [PATCH] chore(deps): Bump astral-sh/setup-uv from 7.1.5 to 7.1.6 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.5 to 7.1.6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/ed21f2f24f8dd64503750218de024bcf64c7250a...681c641aba71e4a1c380be3ab5e12ad51f415867) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-container.yml | 2 +- .github/workflows/test-external-providers.yml | 2 +- .github/workflows/test-lls-integration.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 17a73ff..5d1247f 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: python-version: "3.12" diff --git a/.github/workflows/test-external-providers.yml b/.github/workflows/test-external-providers.yml index b4deba6..24ea7ad 100644 --- a/.github/workflows/test-external-providers.yml +++ b/.github/workflows/test-external-providers.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: python-version: "3.12" diff --git a/.github/workflows/test-lls-integration.yml b/.github/workflows/test-lls-integration.yml index d4b699e..62b8999 100644 --- a/.github/workflows/test-lls-integration.yml +++ b/.github/workflows/test-lls-integration.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: python-version: "3.12"