From 68928b780032ce83a76674920918c09b6a01690a Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:29:53 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20astral-sh/setup-?= =?UTF-8?q?uv=20action=20(v6=20=E2=86=92=20v8.2.0)?= 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 | v8.2.0 | --- .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..599dd3f 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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Cache uv dependencies uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4