From fccc1b8b37cc6fc2e4765610bb36b251e890eecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:11:49 +0200 Subject: [PATCH] Bump actions/cache from 5 to 6 (#21037) Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 2 +- .github/workflows/resolver.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9841b813e2..d5c951bbbc 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -36,7 +36,7 @@ jobs: ref: refs/pull/${{github.event.pull_request.number}}/merge - name: Set up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.m2/repository diff --git a/.github/workflows/resolver.yml b/.github/workflows/resolver.yml index 831e9c818b..9bd00de53e 100644 --- a/.github/workflows/resolver.yml +++ b/.github/workflows/resolver.yml @@ -25,7 +25,7 @@ jobs: java-version: '21' - name: Set up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.m2/repository