From 4ce1bf6ec70405a9ecf709536aa6d284f23658e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:19:41 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/basic.yml | 2 +- .github/workflows/sonar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index e1d6a5242b..b932bb6219 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -76,7 +76,7 @@ jobs: distribution: temurin java-version: ${{ env.JAVA_VERSION }} - name: "Cache: Local Maven Repository" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.m2/repository diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d1734ab549..19ed0beef4 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -65,7 +65,7 @@ jobs: distribution: temurin java-version: ${{ env.JAVA_VERSION }} - name: "Cache: Local Maven Repository" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.m2/repository