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 fa8f8d0be Bump peter-evans/create-pull-request from 4.1.3 to 4.2.0 fa8f8d0be is described below commit fa8f8d0becb1d4c3ac96b696580f571d966cefbf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Oct 24 17:11:18 2022 +0000 Bump peter-evans/create-pull-request from 4.1.3 to 4.2.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.3 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.3...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] <supp...@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 b8dc69a66..c12e68dda 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@v4.1.3 + uses: peter-evans/create-pull-request@v4.2.0 with: base: main token: ${{ secrets.GITHUB_TOKEN }}