diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1016690..cae404d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: cd examples/ make - name: Create k8s kind cluster - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 - name: Test examples run: | kubectl cluster-info --context kind-chart-testing