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.git


The following commit(s) were added to refs/heads/main by this push:
     new 43c0df8b613 Bump peter-evans/create-pull-request from 4 to 5
43c0df8b613 is described below

commit 43c0df8b61362308dc7510f3f896a2ff66e25c87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 10 06:58:56 2023 +0000

    Bump peter-evans/create-pull-request from 4 to 5
    
    Bumps 
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
 from 4 to 5.
    - [Release 
notes](https://github.com/peter-evans/create-pull-request/releases)
    - 
[Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/generate-sbom-main.yml | 2 +-
 .github/workflows/push-build-camel-3.yml | 2 +-
 .github/workflows/push-build-main.yml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index cd023234d22..2b5855a5295 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -56,7 +56,7 @@ jobs:
           name: build.log
           path: build.log
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v4
+        uses: peter-evans/create-pull-request@v5
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/push-build-camel-3.yml 
b/.github/workflows/push-build-camel-3.yml
index 6fd33b3e230..ac8b103cd50 100644
--- a/.github/workflows/push-build-camel-3.yml
+++ b/.github/workflows/push-build-camel-3.yml
@@ -62,7 +62,7 @@ jobs:
           name: build.log
           path: build.log
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v4
+        uses: peter-evans/create-pull-request@v5
         with:
           base: camel-3.x
           token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/push-build-main.yml 
b/.github/workflows/push-build-main.yml
index da3d070995b..9527a95aa53 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -62,7 +62,7 @@ jobs:
           name: build.log
           path: build.log
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v4
+        uses: peter-evans/create-pull-request@v5
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to