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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f8c9fe  Fix issue with deprecated node12
9f8c9fe is described below

commit 9f8c9febce4888dac83e42ae68b9b98b50b91c36
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Tue Oct 11 20:26:04 2022 -0400

    Fix issue with deprecated node12
---
 .github/workflows/app.yml     | 2 +-
 .github/workflows/builder.yml | 2 +-
 .github/workflows/vscode.yml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 50c14fe..49afd7e 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -17,7 +17,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       #  Generate Karavan UI model and API, Kamelets and Components
       - name: Set up JDK 11
diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index b2809ce..c3f7153 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -17,7 +17,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Log in to the Container registry
         uses: docker/login-action@v2
diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml
index fd9d8e5..e850f08 100644
--- a/.github/workflows/vscode.yml
+++ b/.github/workflows/vscode.yml
@@ -14,7 +14,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       #  Generate Karavan UI model and API, Kamelets and Components
       - name: Set up JDK 11

Reply via email to