diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2a894f1..10d5241 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: run: ct lint - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 if: steps.list-changed.outputs.changed == 'true' with: config: .github/kind-config.yaml