From 3b81bf50aebe826f41f1ddfe18d39b37848a8b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:13:49 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.2...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9421b5fe..eee258d9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -70,7 +70,7 @@ jobs: java-version: 17 cache: maven - name: Restore Local Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{runner.os}}-m2 @@ -205,7 +205,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Restore Local Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{ runner.os }}-maven-${{github.sha}}.${{github.run_number}} @@ -231,7 +231,7 @@ jobs: java-version: 17 cache: maven - name: Restore Local Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{runner.os}}-m2 @@ -262,7 +262,7 @@ jobs: java-version: 11 cache: maven - name: Restore Local Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{runner.os}}-m2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15d184f5..5a978b9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: with: java-version: 17 - name: Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{runner.os}}-m2 @@ -100,7 +100,7 @@ jobs: with: java-version: 17 - name: Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{runner.os}}-m2 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 0f2cbe80..2d8b89d9 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -37,7 +37,7 @@ jobs: with: java-version: ${{env.JDK}} - name: Maven Cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.3 with: path: ~/.m2 key: ${{runner.os}}-m2 @@ -92,7 +92,7 @@ jobs: # with: # java-version: ${{env.JDK}} # - name: Maven Cache -# uses: actions/cache@v3.3.2 +# uses: actions/cache@v5.0.3 # with: # path: ~/.m2 # key: ${{runner.os}}-m2