From 9403456edf237d1638ace2665ec1267a7090c0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:42:19 +0000 Subject: [PATCH] ci: bump actions/cache from 5 to 6 in the actions-core group Bumps the actions-core group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-core ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-for-example.yaml | 2 +- .github/workflows/ci-from-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-for-example.yaml b/.github/workflows/ci-for-example.yaml index 2e1ac53..cf12792 100644 --- a/.github/workflows/ci-for-example.yaml +++ b/.github/workflows/ci-for-example.yaml @@ -22,7 +22,7 @@ jobs: distribution: temurin java-version: 25 - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/ci-from-template.yaml b/.github/workflows/ci-from-template.yaml index d7dd7ba..58d41c8 100644 --- a/.github/workflows/ci-from-template.yaml +++ b/.github/workflows/ci-from-template.yaml @@ -52,7 +52,7 @@ jobs: distribution: temurin java-version: 25 - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}