diff --git a/.github/workflows/kind-deploy.yaml b/.github/workflows/kind-deploy.yaml index ec4911cb9..615bbb6f9 100644 --- a/.github/workflows/kind-deploy.yaml +++ b/.github/workflows/kind-deploy.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.4.0 - name: Check out the repo uses: actions/checkout@v3