You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/08/10 10:29:17 UTC

[camel-k] 03/03: chore(ci): github action checkout@v3

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

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

commit 2faae69b759cd2ca583bd18c21631356e0c03b82
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Wed Aug 9 15:54:54 2023 +0200

    chore(ci): github action checkout@v3
---
 .github/workflows/common.yml  | 2 +-
 .github/workflows/install.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml
index 1be486dc5..627ea36e7 100644
--- a/.github/workflows/common.yml
+++ b/.github/workflows/common.yml
@@ -99,7 +99,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 37a8c0ee2..7c1e0c5bd 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -98,7 +98,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         persist-credentials: false
         submodules: recursive
@@ -122,7 +122,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         persist-credentials: false
         submodules: recursive