From 5b581d745eb9b5a174c0067ea2e4788fd0e5fa3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 23:33:46 +0000 Subject: [PATCH] Update helm/kind-action action to v1.15.0 --- .github/workflows/ci-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-chart.yaml b/.github/workflows/ci-chart.yaml index 1f0a92c..c3a5aa7 100644 --- a/.github/workflows/ci-chart.yaml +++ b/.github/workflows/ci-chart.yaml @@ -59,7 +59,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.15.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'