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

squakez 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 18d1f1d65 fix(ci): kubectl pinned version
18d1f1d65 is described below

commit 18d1f1d65b5400d6b6945e168fb80e699db2ac8a
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Jun 20 09:10:53 2026 +0200

    fix(ci): kubectl pinned version
---
 .github/actions/infra-setting/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/infra-setting/action.yml 
b/.github/actions/infra-setting/action.yml
index abc32b2a9..825e0183c 100644
--- a/.github/actions/infra-setting/action.yml
+++ b/.github/actions/infra-setting/action.yml
@@ -36,7 +36,7 @@ runs:
       check-latest: true
   - id: setup-kubectl
     name: Set up Kubectl
-    uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede
+    uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d
   - id: minikube-start
     name: Start minikube
     uses: medyagh/[email protected]

Reply via email to