Bump actions/cache from 5.0.4 to 5.0.5 (#3012)

Bumps [actions/cache](https://github.com/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/v5.0.4...v5.0.5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-14 11:01:13 +03:00
committed by GitHub
parent f6cb143283
commit 23cd368e00
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ jobs:
cache: 'maven'
- name: Cache local Maven repository
uses: actions/cache@v5.0.4
uses: actions/cache@v5.0.5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}