From 5a0146e9ec02806cef194a8052c3ce8c79462d00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:48:50 +0000 Subject: [PATCH] chore(deps): pin helm/kind-action action to v1.13.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------- | | github-tags | helm/kind-action | v1.8.0 | v1.13.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..c7763cd 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.13.0 with: cluster_name: dev config: kind.config.yaml