From d2e6e9a3c5677dc3a063350efa19f17e440bdc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 07:20:28 +0000 Subject: [PATCH] Bump helm/kind-action from v1.0.0-rc.1 to v1.1.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from v1.0.0-rc.1 to v1.1.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.0.0-rc.1...7a937c0fb648064a83b8b9354151e5e543d9fcec) Signed-off-by: dependabot[bot] --- .github/workflows/kind-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind-test.yaml b/.github/workflows/kind-test.yaml index 032fde7..f8c8821 100644 --- a/.github/workflows/kind-test.yaml +++ b/.github/workflows/kind-test.yaml @@ -16,7 +16,7 @@ jobs: - name: Build KubeEye run: make ke - name: Creating kind cluster - uses: helm/kind-action@v1.0.0-rc.1 + uses: helm/kind-action@v1.1.0 - name: Run KubeEye run: | rm -rf temp