diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index 7f7f4af..c2c5e96 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.11.0 + - uses: helm/kind-action@v1.12.0 with: cluster_name: kind wait: 120s