From 84131c4c327f8f7646302a143f29f226fa64f8cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:40:04 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.13.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 18dbbe15c..26b31e7ec 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -48,7 +48,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'