From 89e96b49469e584822b3f5812d62e7965abb9516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:12:24 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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..6dc1e63 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@v6 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..4f3f326 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@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}