diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d8d30a60ba..627c5275f7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -50,7 +50,7 @@ jobs: run: docker load -i /tmp/tmp/docker-images/snapshot.tar || true - uses: engineerd/setup-kind@v0.5.0 with: - version: "v0.10.0" + version: "v0.11.1" - name: End2End run: | kubectl cluster-info diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 67ad3d1997..dd9ac209da 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -46,7 +46,7 @@ jobs: run: docker load -i /tmp/tmp/docker-images/snapshot.tar || true - uses: engineerd/setup-kind@v0.5.0 with: - version: "v0.10.0" + version: "v0.11.1" - name: End2End run: | kubectl cluster-info