diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5da0570..d414570 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: SKIP_TESTS: true steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: cluster_name: cluster - name: Set k8s provider