From 43c3ec2c9bf9bf0ae03cc8bfa9ab9fa4062269ba Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Mon, 16 Nov 2020 16:25:17 -0800 Subject: [PATCH] Update repository config (#11) /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 9f35eb78..9b406830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Create Kubernetes cluster id: kind - uses: engineerd/setup-kind@v0.4.0 + uses: engineerd/setup-kind@v0.5.0 with: version: v0.9.0 config: hack/kubernetes/kind.yaml