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

[camel-spring-boot] branch main updated: Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4

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

orpiske 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 4aee3ad5c1b Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4
4aee3ad5c1b is described below

commit 4aee3ad5c1b4a1c4ac9451aecccdd224350f5dfa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jun 25 10:59:43 2022 +0000

    Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 2.4.1 to 4.0.4.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](https://github.com/peter-evans/create-pull-request/compare/v2.4.1...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 bf1e1c6fe0f..3f5f53052d1 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -51,7 +51,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@v2.4.1
+        uses: peter-evans/create-pull-request@v4.0.4
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}