This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 961a677e32 Bump actions/cache from 4 to 5 (#2331)
961a677e32 is described below
commit 961a677e326e44a4f1edbaacc1617a40f62e5f11
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 15 09:00:02 2026 +0100
Bump actions/cache from 4 to 5 (#2331)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2f7e4045eb..411b91fef7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
- name: Build
run: mvn -U -B -e clean install -Prat -DskipTests "-Dinvoker.skip=true"
- name: Save Maven Local Repository
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
with:
path: ~/.m2/repository
key: maven-local-repo-${{ github.run_id }}
@@ -72,7 +72,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Restore Maven Local Repository
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
with:
path: ~/.m2/repository
key: maven-local-repo-${{ github.run_id }}