From 83467c2508af32ae419a6ee5c5653039db00472d Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:33:26 +0200 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20actions/cache=20d?= =?UTF-8?q?igest=20(0400d5f=20=E2=86=92=200057852)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a6304b4..7668d28 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 - name: Cache uv dependencies - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: .venv key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml') }}