diff --git a/.github/workflows/kind-deploy.yaml b/.github/workflows/kind-deploy.yaml index 2e928c6bd..85a109a50 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.7.0 + uses: helm/kind-action@v1.8.0 - name: Check out the repo uses: actions/checkout@v3