From 66f1c66fe8fa6754d7f8fb5a21a60edec63d55b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:39:26 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.11.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 98b6a50..9160c91 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.10.0 + uses: helm/kind-action@v1.11.0 with: install_only: true - name: compose config.json