From 676e7c848f5cc61b21be7f64c2a31435e397c586 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 2 Jul 2021 12:54:58 -0700 Subject: [PATCH] Upgrade helm/kind-action Old version of kind started timing out on cluster creation. The new one should be good. --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 056e823d84..0046ea4c05 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -33,7 +33,7 @@ jobs: run: ct lint --config=ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0 + uses: helm/kind-action@v1.2.0 # Only build a kind cluster if there are chart changes to test. if: steps.list-changed.outputs.changed == 'true'