From c899fd809e0aa279325f4696e63158de5ca64259 Mon Sep 17 00:00:00 2001 From: "mend-for-github.amrom.workers.dev[bot]" <50673670+mend-for-github.amrom.workers.dev[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 08:58:23 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 0f31f440..bf2e0bac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: architecture: x64 - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.3.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}