diff --git a/.github/workflows/docker-k8s.yml b/.github/workflows/docker-k8s.yml index 628790ff2..3725c5a53 100644 --- a/.github/workflows/docker-k8s.yml +++ b/.github/workflows/docker-k8s.yml @@ -66,7 +66,7 @@ jobs: - name: Lint k8s run: (cd Resources/k8s/kustomize && yamllint .) - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: pokeapi config: Resources/kind/config-ga.yaml