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.git
The following commit(s) were added to refs/heads/main by this push:
new 2337ddf2078 Downgrade Create pull request action to v4
2337ddf2078 is described below
commit 2337ddf207838c7e4138323e6e5734613b2c26f6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 26 12:32:55 2023 +0200
Downgrade Create pull request action to v4
Signed-off-by: Andrea Cosentino <[email protected]>
---
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/push-build-camel-3.yml | 2 +-
.github/workflows/push-build-main.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index da441ca2a3d..80ac08373bb 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -56,7 +56,7 @@ jobs:
name: build.log
path: build.log
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v4
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/push-build-camel-3.yml
b/.github/workflows/push-build-camel-3.yml
index 6e2e16fe2f2..9586b70ee0a 100644
--- a/.github/workflows/push-build-camel-3.yml
+++ b/.github/workflows/push-build-camel-3.yml
@@ -62,7 +62,7 @@ jobs:
name: build.log
path: build.log
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v4
with:
base: camel-3.x
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/push-build-main.yml
b/.github/workflows/push-build-main.yml
index ad4e8bbde4e..4c828a759dc 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -62,7 +62,7 @@ jobs:
name: build.log
path: build.log
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v4
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}