From 794b1da4a6c6b55001b73e90c594014aad63c36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:12:55 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action in the github-actions group Bumps the github-actions group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `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/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be73590..770ac12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,7 +269,7 @@ jobs: cat test/e2e/kind/cluster.yaml - name: Set up Kind cluster with audit webhook support - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: ${{ env.KIND_CLUSTER }} version: v0.31.0 @@ -333,7 +333,7 @@ jobs: cat test/e2e/kind/cluster.yaml - name: Set up Kind cluster with audit webhook support - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: ${{ env.KIND_CLUSTER }} version: v0.31.0