diff --git a/.github/workflows/cyclonus-netpol-extended-nightly-test.yaml b/.github/workflows/cyclonus-netpol-extended-nightly-test.yaml index 8a90d047d9..2bf36f0bb2 100644 --- a/.github/workflows/cyclonus-netpol-extended-nightly-test.yaml +++ b/.github/workflows/cyclonus-netpol-extended-nightly-test.yaml @@ -29,11 +29,12 @@ jobs: go-version: "^1.23" - name: Setup Kind - uses: engineerd/setup-kind@v0.6.2 + uses: helm/kind-action@v1 with: - version: "v0.11.1" + version: "v0.22.0" + kubectl_version: "v1.27.7" config: ./test/kind/kind.yaml - name: npm-kind + cluster_name: npm-kind - name: Check Kind run: |