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 4e024eaaab0 Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 
(#1167)
4e024eaaab0 is described below

commit 4e024eaaab008e73b911d39d55851a2dc2de9275
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 25 07:20:22 2024 +0200

    Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#1167)
    
    Bumps 
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
 from 6.0.5 to 6.1.0.
    - [Release 
notes](https://github.com/peter-evans/create-pull-request/releases)
    - 
[Commits](https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/automatic-sync-camel-3.yml | 2 +-
 .github/workflows/automatic-sync-main.yml    | 2 +-
 .github/workflows/generate-sbom-main.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/automatic-sync-camel-3.yml 
b/.github/workflows/automatic-sync-camel-3.yml
index c2f1f58e959..aa03d0296f5 100644
--- a/.github/workflows/automatic-sync-camel-3.yml
+++ b/.github/workflows/automatic-sync-camel-3.yml
@@ -52,7 +52,7 @@ jobs:
       - name: Build Camel-spring-boot Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v6.0.5
+        uses: peter-evans/create-pull-request@v6.1.0
         with:
           base: camel-spring-boot-3.x
           token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/automatic-sync-main.yml 
b/.github/workflows/automatic-sync-main.yml
index dc8ed42b8ec..d9b1f606c26 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -52,7 +52,7 @@ jobs:
       - name: Build Camel-spring-boot Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v6.0.5
+        uses: peter-evans/create-pull-request@v6.1.0
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index f5e1ab38f13..9747fece80f 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -54,7 +54,7 @@ jobs:
       - name: Build Camel-spring-boot Project for generating SBOM
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests -Psbom
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v6.0.5
+        uses: peter-evans/create-pull-request@v6.1.0
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to