From 3d6d3a73c8fd1523fcac447faf9577b1e643f6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:23:01 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.13.0 to 1.14.0 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] --- .github/workflows/test_connect.yaml | 2 +- .github/workflows/test_connectors.yaml | 2 +- .github/workflows/test_kminion.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_connect.yaml b/.github/workflows/test_connect.yaml index 44421ed5d0..e7e31c9f03 100644 --- a/.github/workflows/test_connect.yaml +++ b/.github/workflows/test_connect.yaml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 0 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: config: .github/kind.yaml - name: Check kind config worked diff --git a/.github/workflows/test_connectors.yaml b/.github/workflows/test_connectors.yaml index f1bd12b47b..572dafe2a5 100644 --- a/.github/workflows/test_connectors.yaml +++ b/.github/workflows/test_connectors.yaml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: config: .github/kind.yaml - name: Check kind config worked diff --git a/.github/workflows/test_kminion.yaml b/.github/workflows/test_kminion.yaml index a87bb493b9..d5697eb7ba 100644 --- a/.github/workflows/test_kminion.yaml +++ b/.github/workflows/test_kminion.yaml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: config: .github/kind.yaml - name: Check kind config worked