From 08a90e50de79633b815110d44c2d89b83a7c0a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:47:45 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.13.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 520a184..169a006 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.12.0 + uses: helm/kind-action@v1.13.0 if: github.ref == 'refs/heads/master' || steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)