You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/26 18:44:06 UTC

[camel-spring-boot] branch main updated: Bump peter-evans/create-pull-request from 4.1.4 to 4.2.0 (#653)

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 54140581dcf Bump peter-evans/create-pull-request from 4.1.4 to 4.2.0 (#653)
54140581dcf is described below

commit 54140581dcfa2d5ad20509a2ef201fb0b5c187aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 26 20:44:01 2022 +0200

    Bump peter-evans/create-pull-request from 4.1.4 to 4.2.0 (#653)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.4 to 4.2.0.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.1.4...v4.2.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] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/automatic-sync-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-main.yml b/.github/workflows/automatic-sync-main.yml
index 18c0acc395d..66df2f90600 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@v4.1.4
+        uses: peter-evans/create-pull-request@v4.2.0
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}