This is an automated email from the ASF dual-hosted git repository.

holgerfriedrich 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 2833feb53a [4.4.x] bump actions/setup-java from 5.6.0 to 5.7.0 (#2791)
2833feb53a is described below

commit 2833feb53a767cf63eadb1c6d7e1e0d315de11d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 22 20:20:09 2026 +0200

    [4.4.x] bump actions/setup-java from 5.6.0 to 5.7.0 (#2791)
    
    * [4.4.x] bump actions/setup-java from 5.6.0 to 5.7.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.6.0 to 5.7.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Change back to v5 as on main branch
    
    * Change back to v5 as on main branch
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Holger Friedrich <[email protected]>
---
 .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 44b6b8c216..be03767b98 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/[email protected]
+        uses: actions/setup-java@v5
         with:
           java-version: '11'
           distribution: 'temurin'
@@ -75,7 +75,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v7
       - name: Set up JDK 11
-        uses: actions/[email protected]
+        uses: actions/setup-java@v5
         with:
           java-version: '11'
           distribution: 'temurin'

Reply via email to