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

gfournier 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 2c1037f65 chore(ci): Upgrade kind action to 2.0.4
2c1037f65 is described below

commit 2c1037f65c8e126a6ccaae76802388eb21808be8
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Thu Mar 14 10:54:09 2024 +0100

    chore(ci): Upgrade kind action to 2.0.4
---
 .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 96648d8de..6722ee287 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.3
+      uses: container-tools/kind-action@v2.0.4
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
         version: v0.19.0

Reply via email to