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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new f3558b292c6 Bump actions/setup-java from 5 to 6 (#1921)
f3558b292c6 is described below

commit f3558b292c6a55ed4011b4135320294b1839b3d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 31 18:07:23 2026 +0200

    Bump actions/setup-java from 5 to 6 (#1921)
    
    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/automatic-sync-main.yml | 2 +-
 .github/workflows/generate-sbom-main.yml  | 2 +-
 .github/workflows/pr-build-main.yml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/automatic-sync-main.yml 
b/.github/workflows/automatic-sync-main.yml
index eaea3eadd45..a59f5094179 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -35,7 +35,7 @@ jobs:
           ref: main
           path: camel
       - name: Set up JDK
-        uses: actions/setup-java@v5
+        uses: actions/setup-java@v6
         with:
           distribution: 'temurin'
           java-version: 17
diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index aed092a9b4d..07d14e3e8d3 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -37,7 +37,7 @@ jobs:
           ref: main
           path: camel
       - name: Set up JDK
-        uses: actions/setup-java@v5
+        uses: actions/setup-java@v6
         with:
           distribution: 'temurin'
           java-version: 17
diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 23f7069bafb..13ab3044f82 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -47,7 +47,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set Up Java
-      uses: actions/setup-java@v5
+      uses: actions/setup-java@v6
       with:
         java-version: ${{ matrix.java }}
         distribution: 'temurin'

Reply via email to