From 185c4991711e341fd6c3d88cec1504dca14fed11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:54:53 +0000 Subject: [PATCH] chore: bump helm/kind-action from 1.13.0 to 1.14.0 in the all group Bumps the all 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: all ... Signed-off-by: dependabot[bot] --- .github/workflows/operator-lint-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator-lint-and-test.yaml b/.github/workflows/operator-lint-and-test.yaml index 1343df4..d30dd1c 100644 --- a/.github/workflows/operator-lint-and-test.yaml +++ b/.github/workflows/operator-lint-and-test.yaml @@ -40,7 +40,7 @@ jobs: run: ct lint --config .github/linters/operator-ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 with: node_image: "kindest/node:v${{ matrix.kubernetes }}"