From 55808d77512d509aeba94d046e20e709be63ae7f Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Fri, 2 Jul 2021 13:04:39 -0700 Subject: [PATCH] Upgrade helm/kind-action (#169) 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'