From 46e03df7c9ff2e447aa0b59e0a40b07859b228f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:42:11 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/coverage-and-sonar-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-and-sonar-analysis.yml b/.github/workflows/coverage-and-sonar-analysis.yml index 5915183..4671d17 100644 --- a/.github/workflows/coverage-and-sonar-analysis.yml +++ b/.github/workflows/coverage-and-sonar-analysis.yml @@ -25,7 +25,7 @@ jobs: cache: maven - name: Cache Maven packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}