From 10a5a09be2f241896e710f426e57b16ebb9fd1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:06:25 +0000 Subject: [PATCH] build(deps): 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/04-maven-nit.yml | 4 ++-- .github/workflows/06-codeql-java.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/04-maven-nit.yml b/.github/workflows/04-maven-nit.yml index 26d3c00..ed16a33 100644 --- a/.github/workflows/04-maven-nit.yml +++ b/.github/workflows/04-maven-nit.yml @@ -51,7 +51,7 @@ jobs: - name: Prepare maven cache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-m2cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-m2cache- with: @@ -89,7 +89,7 @@ jobs: - name: Prepare nit.sh.bak cache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-nitcache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-nitcache- with: diff --git a/.github/workflows/06-codeql-java.yml b/.github/workflows/06-codeql-java.yml index 9ddecbb..5c624e7 100644 --- a/.github/workflows/06-codeql-java.yml +++ b/.github/workflows/06-codeql-java.yml @@ -71,7 +71,7 @@ jobs: - name: Prepare maven cache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-m2cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-m2cache- with: