From 3ae23cbc8d9e1c3f33e85b8bc80080b6122cf4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:08:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=88=20Bump=20helm/kind-action=20in=20t?= =?UTF-8?q?he=20minor-patch=20group=20across=201=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the minor-patch group with 1 update in the / directory: [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: minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c0b26d..843acdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -137,7 +137,7 @@ jobs: run: ct lint --chart-dirs charts --all --validate-maintainers=false - name: Create kind cluster - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.12.0