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 9ac403deb3 [4.4.x] bump actions/setup-java from 5 to 6 (#2836)
9ac403deb3 is described below
commit 9ac403deb3eeff781bdf12d26b0ff264c13e5585
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 06:36:46 2026 +0200
[4.4.x] bump actions/setup-java from 5 to 6 (#2836)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to
6.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '6'
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 be03767b98..a18d5dac0e 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/setup-java@v6
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/setup-java@v6
with:
java-version: '11'
distribution: 'temurin'