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-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push: new 1170b7f1a Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 1170b7f1a is described below commit 1170b7f1ae023165d1217bc7a017cc0a227f4800 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 20 16:59:30 2023 +0000 Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... 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 bbb100749..ddca08877 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.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: base: main token: ${{ secrets.GITHUB_TOKEN }}