You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/03/04 16:10:48 UTC

(camel-kafka-connector) branch main updated: Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#1603)

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


The following commit(s) were added to refs/heads/main by this push:
     new 2b2e515802 Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#1603)
2b2e515802 is described below

commit 2b2e51580253e8905f2a10790af858f0cf9e3967
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 4 17:10:42 2024 +0100

    Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#1603)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/automatic-sync-camel-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-main.yml b/.github/workflows/automatic-sync-camel-main.yml
index 9945613e19..881de8f9df 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -101,7 +101,7 @@ jobs:
           name: test-logs-java-${{ matrix.java }}
           path: tests/**/target/tests.log
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v6.0.0
+        uses: peter-evans/create-pull-request@v6.0.1
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}