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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new be834a0b4d build(deps): bump actions/setup-java from 5.1.0 to 5.2.0 
(#1748)
be834a0b4d is described below

commit be834a0b4ddbd94fa38b66f960969ec08b315f18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 19:26:04 2026 +0100

    build(deps): bump actions/setup-java from 5.1.0 to 5.2.0 (#1748)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.1.0 to 5.2.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5.1.0...v5.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.2.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/asf-snapshots-deploy.yml      | 4 ++--
 .github/workflows/automatic-sync-camel-main.yml | 2 +-
 .github/workflows/ci-build.yml                  | 2 +-
 .github/workflows/daily-java-next.yml           | 2 +-
 .github/workflows/maven-it.yaml                 | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml 
b/.github/workflows/asf-snapshots-deploy.yml
index bcbeda0322..d751490d95 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -34,7 +34,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.java }}
@@ -58,7 +58,7 @@ jobs:
     steps:
     - uses: actions/[email protected]
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
diff --git a/.github/workflows/automatic-sync-camel-main.yml 
b/.github/workflows/automatic-sync-camel-main.yml
index 0bcc22285c..80adf2017f 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -40,7 +40,7 @@ jobs:
           ref: main
           path: camel
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.java }}
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index db33c7aad9..ef408ee386 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -48,7 +48,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.java }}
diff --git a/.github/workflows/daily-java-next.yml 
b/.github/workflows/daily-java-next.yml
index 8566d70d2f..b241bd115c 100644
--- a/.github/workflows/daily-java-next.yml
+++ b/.github/workflows/daily-java-next.yml
@@ -35,7 +35,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index 995d5cb7bf..e57c9d5212 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -48,7 +48,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.java }}

Reply via email to