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 <[email protected]>
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/[email protected]
+      uses: container-tools/[email protected]
       if: ${{ env.CLUSTER_KIND_CONFIGURED != 'true' }}
       with:
         version: v0.19.0

Reply via email to