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/05 11:33:24 UTC

[camel-spring-boot] branch main updated: Bump peter-evans/create-pull-request from 4.1.2 to 4.1.3 (#641)

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 96b903ec672 Bump peter-evans/create-pull-request from 4.1.2 to 4.1.3 (#641)
96b903ec672 is described below

commit 96b903ec67266d5a19d966ceba20779ebecf7d2a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 5 06:33:19 2022 -0500

    Bump peter-evans/create-pull-request from 4.1.2 to 4.1.3 (#641)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 5d0be915278..8d8c3cb1981 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.2
+        uses: peter-evans/create-pull-request@v4.1.3
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}