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/11 12:10:40 UTC

(camel-k) branch main updated: chore(ci): Upgrade kind-action to 2.0.2

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


The following commit(s) were added to refs/heads/main by this push:
     new 3a8b20ede chore(ci): Upgrade kind-action to 2.0.2
3a8b20ede is described below

commit 3a8b20edee13c5b677d371075a55cec3c8ddf476
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Dec 8 09:43:00 2023 +0100

    chore(ci): Upgrade kind-action to 2.0.2
---
 .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 8232f757b..4bcfcb37e 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@v2.0.1
+      uses: container-tools/kind-action@v2.0.2
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
         version: v0.19.0