Skip to content

Commit 3399bd3

Browse files
authored
chore: Upgrade kind to 0.31.0 (#725)
# Description Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
1 parent 5af2b29 commit 3399bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud-deployment-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install Kind
2929
run: |
30-
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64
30+
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-linux-amd64
3131
chmod +x ./kind
3232
sudo mv ./kind /usr/local/bin/kind
3333
kind version

0 commit comments

Comments
 (0)