From 9ab30d461a2f0f96fff5969bbc4f656a90894b02 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:50:26 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20astral-sh/setup-?= =?UTF-8?q?uv=20action=20(v6.8.0=20=E2=86=92=20v9.0.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.8.0 | v9.0.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 95006be..8f8d475 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@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Cache uv dependencies uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4