From dbd0d49dd465f6cf493e84b6640ff5c7472c7b35 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sat, 30 Jan 2021 10:20:26 -0800 Subject: [PATCH] [cherry-pick] Update repository config (#301) (#305) /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 804754aa..af50fd02 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