diff --git a/.github/workflows/kind-deploy.yaml b/.github/workflows/kind-deploy.yaml index 9ac00f7c9..ebe770ac8 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.10.0 + uses: helm/kind-action@v1.11.0 - name: Check out the repo uses: actions/checkout@v4