From 59015574a9fb5185f1fe02b8d614e8a61d51c50d Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:09:06 +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 9d9fad4..62a72a1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' - name: Cache Maven dependencies - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}