From 5aed26690d7357bc095eaf1df06f6bfae0d76c22 Mon Sep 17 00:00:00 2001 From: Will Thames Date: Fri, 22 May 2020 13:10:12 +1000 Subject: [PATCH] Update setup-kind action to 0.4.0 See https://github.com/engineerd/setup-kind/releases/tag/v0.4.0 for details of the EXDEV issue --- .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 e3fe7c20..9c47af11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: path: ansible_collections/community/kubernetes - name: Set up KinD cluster - uses: engineerd/setup-kind@v0.3.0 + uses: engineerd/setup-kind@v0.4.0 - name: Set up Python ${{ matrix.python_version }} uses: actions/setup-python@v1