From 8fc45a6aad8647405c9bd3980d0ce5a61bc845bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:01:06 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 in the dependencies group Bumps the dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-build-pr.yml | 2 +- .github/workflows/maven-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build-pr.yml b/.github/workflows/maven-build-pr.yml index bd64988..61a228d 100644 --- a/.github/workflows/maven-build-pr.yml +++ b/.github/workflows/maven-build-pr.yml @@ -20,7 +20,7 @@ jobs: java-version: 21 - name: Cache maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index cbcbbef..374a3a2 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -22,7 +22,7 @@ jobs: java-version: 21 - name: Cache maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}