From 9c84b64a17c3c70742470a77f8098efff6dabd63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:32:22 +0000 Subject: [PATCH] Update helm/kind-action action to v1.14.0 --- .github/workflows/chart-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-testing.yaml b/.github/workflows/chart-testing.yaml index c21674b..1d6ed39 100644 --- a/.github/workflows/chart-testing.yaml +++ b/.github/workflows/chart-testing.yaml @@ -72,7 +72,7 @@ jobs: run: ct lint --config .github/config/chart-testing.yaml - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.14.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)