From 8a90fee96f7cd9cb41f0e7a686c026ce6d4d28c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:26:46 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.8.0 to 1.13.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.13.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.13.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index 35f6eb7..9b4e738 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -25,7 +25,7 @@ jobs: cache: true - name: Setup Kind - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.13.0 with: wait: 300s cluster_name: kind