From 8a2b59abe9f98b24f26402ee7d00f684856aab6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:48:34 +0000 Subject: [PATCH] Update actions/cache action to v5.0.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cfc9c8..af03f73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: git config user.email "actions@github.com" git config user.name "GitHub Actions" - name: Set up cache - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}