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 d755844d4a [4.4.x] bump actions/setup-java from 5 to 5.6.0 (#2789)
d755844d4a is described below
commit d755844d4a6d1135017a8064c2d06cdd9464536b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 1 07:28:55 2026 +0200
[4.4.x] bump actions/setup-java from 5 to 5.6.0 (#2789)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to
5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 be03767b98..44b6b8c216 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK 11
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'
@@ -75,7 +75,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK 11
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'