diff --git a/action.yml b/action.yml index fc0edbf..d7bc88c 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ runs: shell: bash - name: Create k8s KinD Cluster if: ${{ !steps.ping-playground.outputs.IS_PLAYGROUND_RUNNING }} - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: cluster_name: "kind-cluster" - run: echo ${{ steps.ping-playground.outputs.IS_PLAYGROUND_RUNNING }}