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 592bb539f16 Bump peter-evans/create-pull-request from 4.2.0 to 4.2.3
592bb539f16 is described below
commit 592bb539f16ed9c55714fa717d56eb207401cf81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 5 11:32:11 2023 +0000
Bump peter-evans/create-pull-request from 4.2.0 to 4.2.3
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 4.2.0 to 4.2.3.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.0...v4.2.3)
---
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]>
---
.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 66df2f90600..30fefbd94d9 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 }}