From d514e21682c3d44cf75b0f7e2964c7069558c526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:02:15 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action in /workflow-templates Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/92086f6be054225fa813e0a4b13787fc9088faab...ef37e7f390d99f746eb8b610417061a60e82a6cc) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workflow-templates/lint-test-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/lint-test-chart.yaml b/workflow-templates/lint-test-chart.yaml index 50c19b1..9660ea4 100644 --- a/workflow-templates/lint-test-chart.yaml +++ b/workflow-templates/lint-test-chart.yaml @@ -58,7 +58,7 @@ jobs: run: ct lint --config=${CONFIG_FILE} --debug - name: "Create kind cluster" - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 - name: "Run chart-testing (install) on pull_request" if: github.event_name == 'pull_request'