From fbb7102d250e0b24050ce4245d88ce4f88a852fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:22:17 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 --- workflows/e2e/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/e2e/action.yaml b/workflows/e2e/action.yaml index 9160c91..6ec3f24 100644 --- a/workflows/e2e/action.yaml +++ b/workflows/e2e/action.yaml @@ -37,7 +37,7 @@ runs: run: | make build-greenhousectl - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: install_only: true - name: compose config.json