From a40e83774349acd836128c10feba5fae9b18eefd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:27:26 +0000 Subject: [PATCH] Update helm/kind-action action to v1.8.0 --- .github/workflows/helm-charts-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index 67b9e2b..0d3000c 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -39,7 +39,7 @@ jobs: run: git fetch --prune --unshallow - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: installLocalPathProvisioner: true # Only build a kind cluster if there are chart changes to test. node_image: "kindest/node:v${{ matrix.k8s }}.0"