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
4 changes: 2 additions & 2 deletions .github/workflows/capi-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
docker load -i k0smotron-image-bundle.tar

- name: Download kind
uses: supplypike/setup-bin@v4
uses: supplypike/setup-bin@v5
with:
name: kind
version: v0.27.0
Expand All @@ -55,7 +55,7 @@ jobs:
kind load image-archive k0smotron-image-bundle.tar

- name: Download clusterctl
uses: supplypike/setup-bin@v4
uses: supplypike/setup-bin@v5
with:
name: clusterctl
version: v1.4.3
Expand Down
Loading