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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 4aee3ad5c1b Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4
4aee3ad5c1b is described below
commit 4aee3ad5c1b4a1c4ac9451aecccdd224350f5dfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 25 10:59:43 2022 +0000
Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 2.4.1 to 4.0.4.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/v2.4.1...v4.0.4)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 bf1e1c6fe0f..3f5f53052d1 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -51,7 +51,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 }}