From 32d9c5adfc9507ae6815680e581b17f3cd265410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:07:54 +0000 Subject: [PATCH] Bump actions/cache from 5.0.4 to 5.0.5 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b77941c2d5..e2cd80fcb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: 'Cache local Maven repository' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }} @@ -51,7 +51,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: 'Cache local Maven repository' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }} @@ -82,7 +82,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: 'Cache local Maven repository' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }}