diff --git a/.github/workflows/kind-deploy.yaml b/.github/workflows/kind-deploy.yaml index a8d6a3248..5b02b0e94 100644 --- a/.github/workflows/kind-deploy.yaml +++ b/.github/workflows/kind-deploy.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Check out the repo uses: actions/checkout@v4