From ef71f0e1a104e715b7f05b4a1a9a3f66f8a73f82 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Tue, 12 May 2026 10:32:11 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/cache=20?= =?UTF-8?q?action=20(v4=20=E2=86=92=20v5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 | --- .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..b5f7313 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Cache uv dependencies - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: .venv key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml') }}