From 52feb6002ac8f02ad12754a78f277872e9a89c15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:55:39 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.14.0 --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index a09e789..20e75c5 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -55,7 +55,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'