From 7d6164946b4032f06522283a02d1f7103698aed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:34:10 +0000 Subject: [PATCH] Bump actions/cache/restore from 6.0.0 to 6.1.0 Bumps [actions/cache/restore](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [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/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 30f8e62672..6387de9088 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -72,7 +72,7 @@ jobs: cp .github/ci-extensions.xml .mvn/extensions.xml - name: Restore Mimir caches - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }} @@ -177,7 +177,7 @@ jobs: cp .github/ci-extensions.xml ~/.m2/extensions.xml - name: Restore Mimir caches - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }} @@ -278,7 +278,7 @@ jobs: cp .github/ci-extensions.xml ~/.m2/extensions.xml - name: Restore Mimir caches - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }}