Skip to content

Commit

Permalink
Upgrade helm/kind-action
Browse files Browse the repository at this point in the history
Old version of kind started timing out on cluster creation. The new one should be good.
  • Loading branch information
dmitryax committed Jul 2, 2021
1 parent f6e97ea commit 676e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ct lint --config=ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.2.0
# Only build a kind cluster if there are chart changes to test.
if: steps.list-changed.outputs.changed == 'true'

Expand Down

0 comments on commit 676e7c8

Please sign in to comment.