From 2b779cb4ec2e28a1817bd5ed39c3624a7e91644f Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:15:55 +0200 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/cache=20?= =?UTF-8?q?action=20(v3=20=E2=86=92=20v4)?= 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 1306b3e..2b74d15 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' - name: Cache Maven dependencies - uses: actions/cache@v3 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}