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/10/20 09:33:29 UTC

[camel-k] 02/02: fix(ci): latest azure/setup-kubectl action not working

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 9436c6b772f9342199985dfe6530940d794def8d
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Oct 20 07:59:04 2023 +0200

    fix(ci): latest azure/setup-kubectl action not working
    
    Ref https://github.com/Azure/setup-kubectl/issues/88
---
 .github/actions/kamel-prepare-env/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/kamel-prepare-env/action.yml b/.github/actions/kamel-prepare-env/action.yml
index 45b1c892d..6e6d0a41a 100644
--- a/.github/actions/kamel-prepare-env/action.yml
+++ b/.github/actions/kamel-prepare-env/action.yml
@@ -100,7 +100,7 @@ runs:
       uses: azure/setup-kubectl@v3
       if: ${{ env.KAMEL_PREPARE_ENV != 'true' }}
       with:
-        version: 'latest'
+        version: 'v1.27.4'
 
     - id: install-realpath
       shell: bash