Skip to content

Commit 0ec1c43

Browse files
committed
update setup-kind action
1 parent b43ef17 commit 0ec1c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
name: preflight
5656
path: bin/
57-
- uses: engineerd/setup-kind@v0.2.0
57+
- uses: engineerd/setup-kind@v0.5.0
5858
- run: chmod +x bin/preflight
5959
- run: ./bin/preflight --interactive=false --format=json https://preflight.replicated.com
6060

@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
name: support-bundle
8989
path: bin/
90-
- uses: engineerd/setup-kind@v0.2.0
90+
- uses: engineerd/setup-kind@v0.5.0
9191
- run: chmod +x bin/support-bundle
9292
- run: ./bin/support-bundle ./examples/support-bundle/sample-collectors.yaml
9393
- run: ./bin/support-bundle ./examples/support-bundle/sample-supportbundle.yaml

0 commit comments

Comments
 (0)