From 95d1280c1468b33fa228c14296409dc57b139fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:11:11 +0000 Subject: [PATCH] Update actions/cache action to v5.0.4 --- .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 af03f73..2981564 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.3 + uses: actions/cache@v5.0.4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}