From 90328e55525c17d40d0fcd7d984eb28e940fd20b Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:53:31 +0100 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20astral-sh/setup-?= =?UTF-8?q?uv=20action=20(v6=20=E2=86=92=20v7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | astral-sh/setup-uv | v6 | v7 | --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 32e31e0..5884072 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: python-version: '3.14' - name: Install uv package manager - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7 - name: Cache uv dependencies uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4