diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 10d5241..b417e82 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.11.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' with: config: .github/kind-config.yaml