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 4e38a6775ed Bump peter-evans/create-pull-request from 4.1.3 to 4.1.4
(#647)
4e38a6775ed is described below
commit 4e38a6775ede1a08faf811ccc3b151fbcb04fc6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 18 07:31:13 2022 +0200
Bump peter-evans/create-pull-request from 4.1.3 to 4.1.4 (#647)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 4.1.3 to 4.1.4.
- [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.1.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] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 8d8c3cb1981..18c0acc395d 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/[email protected]
+ uses: peter-evans/[email protected]
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}