diff --git a/.github/workflows/kind-deploy.yaml b/.github/workflows/kind-deploy.yaml index ef81737f6..3332e5c67 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.8.0 + uses: helm/kind-action@v1.9.0 - name: Check out the repo uses: actions/checkout@v4