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 6600ba7fa30 Bump actions/checkout from 5 to 6 (#1582)
6600ba7fa30 is described below

commit 6600ba7fa300f0c1bfca3ee89e264240c94145f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 07:06:31 2025 +0100

    Bump actions/checkout from 5 to 6 (#1582)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 | 4 ++--
 .github/workflows/depsreview.yaml         | 2 +-
 .github/workflows/generate-sbom-main.yml  | 4 ++--
 .github/workflows/pr-build-main.yml       | 2 +-
 .github/workflows/pr-doc-validation.yml   | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/automatic-sync-main.yml 
b/.github/workflows/automatic-sync-main.yml
index 52b40951f4a..df77d2373e5 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -28,7 +28,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Camel project
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           repository: apache/camel
           persist-credentials: false
@@ -44,7 +44,7 @@ jobs:
         run: ./mvnw -V --no-transfer-progress -Dquickly clean install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           ref: main
           persist-credentials: false
diff --git a/.github/workflows/depsreview.yaml 
b/.github/workflows/depsreview.yaml
index 4535ae86a1d..d7ae5fa3aca 100644
--- a/.github/workflows/depsreview.yaml
+++ b/.github/workflows/depsreview.yaml
@@ -10,6 +10,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: 'Checkout Repository'
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: 'Dependency Review'
         uses: actions/dependency-review-action@v4
diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index 94b84b093ab..690a075a1a2 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -30,7 +30,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Camel project
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           repository: apache/camel
           persist-credentials: false
@@ -46,7 +46,7 @@ jobs:
         run: ./mvnw -B -V --no-transfer-progress -Dquickly install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           ref: main
           persist-credentials: false
diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 09f61e1e12f..73db087b5b9 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -39,7 +39,7 @@ jobs:
       matrix:
         java: ['17']
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
       with:
         persist-credentials: false
     - name: Set Up Java
diff --git a/.github/workflows/pr-doc-validation.yml 
b/.github/workflows/pr-doc-validation.yml
index 8145ed1f56f..6c15949cfff 100644
--- a/.github/workflows/pr-doc-validation.yml
+++ b/.github/workflows/pr-doc-validation.yml
@@ -40,13 +40,13 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout camel-spring-boot repo
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           persist-credentials: false
           submodules: recursive
           path: camel-spring-boot
       - name: Checkout camel-website repo
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           repository: apache/camel-website
           path: camel-website

Reply via email to