From b0d0c6d31e8461bd37c45f8a328917112b1330c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:18:08 +0000 Subject: [PATCH] Update actions/cache action to v5.0.5 --- .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 2981564..8b3901d 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.4 + uses: actions/cache@v5.0.5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}