diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index eedff2e..6163ec3 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: # preparing the Kubernetes cluster# (KinD) and installing kubectl - - uses: helm/kind-action@v1.5.0 + - uses: helm/kind-action@v1.10.0 with: cluster_name: kind wait: 120s