Skip to content

Commit 263f3b1

Browse files
authored
Merge pull request #2188 from collivier/update_kind
Update Kind to v0.25.0
2 parents 8cae903 + dfbdcea commit 263f3b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/actions.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
EOF
119119
- name: Install Latest Kind
120120
env:
121-
KIND_VERSION: v0.22.0
121+
KIND_VERSION: v0.25.0
122122
KIND_URL: https://kind.sigs.k8s.io/dl
123123
run: |
124124
echo "Existing kind binary path: $(which kind)"
@@ -223,7 +223,7 @@ jobs:
223223
fetch-depth: 0
224224
- name: Install Latest Kind
225225
env:
226-
KIND_VERSION: v0.22.0
226+
KIND_VERSION: v0.25.0
227227
KIND_URL: https://kind.sigs.k8s.io/dl
228228
run: |
229229
echo "Existing kind binary path: $(which kind)"
@@ -351,7 +351,7 @@ jobs:
351351
lib-
352352
- name: Install Latest Kind
353353
env:
354-
KIND_VERSION: v0.22.0
354+
KIND_VERSION: v0.25.0
355355
KIND_URL: https://kind.sigs.k8s.io/dl
356356
run: |
357357
echo "Existing kind binary path: $(which kind)"
@@ -435,7 +435,7 @@ jobs:
435435
lib-
436436
- name: Install Latest Kind
437437
env:
438-
KIND_VERSION: v0.22.0
438+
KIND_VERSION: v0.25.0
439439
KIND_URL: https://kind.sigs.k8s.io/dl
440440
run: |
441441
echo "Existing kind binary path: $(which kind)"
@@ -515,7 +515,7 @@ jobs:
515515
lib-
516516
- name: Install Latest Kind
517517
env:
518-
KIND_VERSION: v0.22.0
518+
KIND_VERSION: v0.25.0
519519
KIND_URL: https://kind.sigs.k8s.io/dl
520520
run: |
521521
echo "Existing kind binary path: $(which kind)"

0 commit comments

Comments
 (0)