Skip to content

Commit 92c6714

Browse files
ci: use the kind setup step in the regular cyclonus gh action
1 parent 36e79ed commit 92c6714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cyclonus-netpol-extended-nightly-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
go-version: "^1.23"
3838

3939
- name: Setup Kind
40-
uses: engineerd/setup-kind@0.24.0
40+
uses: helm/kind-action@v1
4141
with:
42-
version: "v0.11.1"
42+
version: "v0.22.0"
43+
kubectl_version: "v1.27.7"
4344
config: ./test/kind/kind.yaml
44-
name: npm-kind
4545

4646
- name: Check Kind
4747
run: |

0 commit comments

Comments
 (0)