From 659c8a4cfa37f46e42692d590490a5299d8d46b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:44:24 +0000 Subject: [PATCH] Update helm/kind-action action to v1.10.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 9baddb3..9cc232f 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.8.0 + uses: helm/kind-action@v1.10.0 with: installLocalPathProvisioner: true # Only build a kind cluster if there are chart changes to test. node_image: "kindest/node:v${{ matrix.k8s }}.0"