You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/30 06:28:56 UTC

[camel-kamelets] 01/01: Warning during build due to peter-evans/create-pull-request@v3 using node12

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1588
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 9a4596e086dc50871578319da7d52b41ad8ee282
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 30 08:28:38 2023 +0200

    Warning during build due to peter-evans/create-pull-request@v3 using node12
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .github/workflows/generate-sbom-main.yml | 2 +-
 .github/workflows/main-push-regen.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml
index 0d04ba17..5371fd35 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -47,7 +47,7 @@ jobs:
       - name: mvn build and sbom generation
         run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -e -Psbom -DskipTests verify
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v4
+        uses: peter-evans/create-pull-request@v5
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/main-push-regen.yaml b/.github/workflows/main-push-regen.yaml
index e742940f..385cd50e 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -55,7 +55,7 @@ jobs:
           cd script/generator
           go run . ../../kamelets/ ../../docs/modules/ROOT/
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v3
+        uses: peter-evans/create-pull-request@v5
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}