From 9842bed929df871afb04a1b45886484c2bdf9ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:10:45 +0000 Subject: [PATCH] Bump helm/kind-action from 1.10.0 to 1.11.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7193f2f..b9d351e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -69,7 +69,7 @@ jobs: # instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the # `kubeconfig` to reach the local cluster - - uses: helm/kind-action@v1.10.0 + - uses: helm/kind-action@v1.11.0 with: cluster_name: kind wait: 120s