From 54d3204e3108803189ad03eb07d3bca21b954db4 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sat, 30 Jan 2021 10:19:05 -0800 Subject: [PATCH] [cherry-pick] Update repository config (#606) (#610) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 804754aa2..af50fd028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.9.0 + version: v0.10.0 config: hack/kubernetes/kind.yaml - name: Prepare cluster for testing