Update .github/workflows/cloud-runner-integrity.yml

Co-authored-by: Gabriel Le Breton <lebreton.gabriel@gmail.com>
This commit is contained in:
Frostebite
2025-12-04 22:53:14 +00:00
committed by GitHub
parent d231071618
commit 1b988ce73b

View File

@@ -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: |