From 1b988ce73b2ec38d885d69cc5b471bc6a3b3a5ba Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 4 Dec 2025 22:53:14 +0000 Subject: [PATCH] Update .github/workflows/cloud-runner-integrity.yml Co-authored-by: Gabriel Le Breton --- .github/workflows/cloud-runner-integrity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-integrity.yml b/.github/workflows/cloud-runner-integrity.yml index 4515165a..12abe8ef 100644 --- a/.github/workflows/cloud-runner-integrity.yml +++ b/.github/workflows/cloud-runner-integrity.yml @@ -48,7 +48,7 @@ jobs: if: ${{ matrix.provider == 'k8s' }} uses: azure/setup-kubectl@v4 with: - version: 'v1.29.0' + version: 'v1.34.1' - name: Install k3d if: ${{ matrix.provider == 'k8s' }} run: |