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/12/01 15:08:59 UTC

(camel-k) 01/02: chore(ci): Upgrade node-action version

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 2c1b31379ca09bd5774f85172de4217d460fd3ae
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Thu Nov 30 15:13:31 2023 +0100

    chore(ci): Upgrade node-action version
---
 .github/actions/kamel-config-cluster-kind/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/kamel-config-cluster-kind/action.yml b/.github/actions/kamel-config-cluster-kind/action.yml
index aa4729c20..8232f757b 100644
--- a/.github/actions/kamel-config-cluster-kind/action.yml
+++ b/.github/actions/kamel-config-cluster-kind/action.yml
@@ -23,7 +23,7 @@ runs:
   steps:
     - id: install-cluster
       name: Install Cluster
-      uses: container-tools/kind-action@7075d1458484493c6a92d4604cb27b87de0f8107
+      uses: container-tools/kind-action@v2.0.1
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
         version: v0.19.0