From bc098ea9559b22f0f5da356d1af4074069879dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:57:45 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.14.0 --- .github/workflows/ct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ct.yaml b/.github/workflows/ct.yaml index 61c65af..4515404 100644 --- a/.github/workflows/ct.yaml +++ b/.github/workflows/ct.yaml @@ -39,7 +39,7 @@ jobs: ct lint --chart-dirs sickhub --all - name: Create kind cluster - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 if: github.ref == 'refs/heads/master' || steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)