From 815b4287c06554430fbe5b23e954201324419633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:25:12 +0000 Subject: [PATCH] chore(deps): pin helm/kind-action action to v1.14.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------- | | github-tags | helm/kind-action | v1.8.0 | v1.14.0 | --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index ea709be..aa289dc 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup Flux uses: fluxcd/flux2/action@main - name: Setup Kubernetes - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: dev config: kind.config.yaml