From 123ebfde3e7558a897046c94ad7b9e9899bf6bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:06:46 +0000 Subject: [PATCH] Bump helm/kind-action from 1.2.0 to 1.5.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.5.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.2.0...v1.5.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 192309e6..7b474bd7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -350,7 +350,7 @@ jobs: --kubeconfig=tests/kubeconfig \ kubetest eks - name: Create kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.5.0 with: cluster_name: kind - name: Display kind kubeconfig