From 5ad1eb123bcad9c9679d8411b9e5bd0508e3416c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 23:30:59 +0000 Subject: [PATCH] Update helm/kind-action action to v1.15.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 324350c..9fd1a91 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -31,7 +31,7 @@ jobs: run: ct lint --debug --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.14.0 + uses: helm/kind-action@v1.15.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)