From 39e9ee2d6c4deaa1bb53832c254b9cc4b785059b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:12:59 +0000 Subject: [PATCH] Update helm/kind-action action to v1.14.0 --- .github/workflows/integrationtest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index c772c2d26..f5ce93ff0 100644 --- a/.github/workflows/integrationtest.yaml +++ b/.github/workflows/integrationtest.yaml @@ -35,7 +35,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'