From 8da04566c9d32253307b34838798bd6f280228d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:03:34 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-docker-release.yml | 2 +- .github/workflows/maven-verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-docker-release.yml b/.github/workflows/maven-docker-release.yml index bceece4..8624961 100644 --- a/.github/workflows/maven-docker-release.yml +++ b/.github/workflows/maven-docker-release.yml @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.maven-password }} - name: Cache local Maven repository - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 1a5c5c8..b6c9dc7 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -51,7 +51,7 @@ jobs: password: ${{ secrets.maven-password }} - name: Cache local Maven repository - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}