From 58183398d20e186a34670ad7f091a128a25cfcdd Mon Sep 17 00:00:00 2001 From: Hui Yu Date: Mon, 25 Sep 2023 11:04:31 +0800 Subject: [PATCH] Bump helm/kind-action to v1.8.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60689eb8..e8744dc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: cd examples/ make - name: Create k8s kind cluster - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.8.0 - name: Test examples run: | kubectl cluster-info --context kind-chart-testing