From 47ca038c91733bbb8b9f6464c391c49a869996ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:31:23 +0000 Subject: [PATCH] Update actions/cache action to v5.0.1 --- .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 7cce2f1..3a8be06 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.0 + uses: actions/cache@v5.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}