diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 69ad805b..605bc442 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -32,7 +32,7 @@ jobs: run: ct lint --config .github/ct.yaml --target-branch main - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 if: steps.list-changed.outputs.changed == 'true' with: config: .github/kind-config.yaml