Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
version: 'v3.7.0'
id: install
- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4.0.1
id: install-kubectl
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -66,9 +66,8 @@ jobs:
make check-license
./licenselint.sh
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.12.0
with:
version: v0.11.1
wait: 90s
cluster_name: kind
- name: Test
Expand Down
Loading