From c16e81322a628819d3c36d9778baf4cc8ac9e2f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:59:21 +0000 Subject: [PATCH] Update helm/kind-action action to v1.9.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..7c2508f 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.9.0 with: installLocalPathProvisioner: true # Only build a kind cluster if there are chart changes to test. node_image: "kindest/node:v${{ matrix.k8s }}.0"