diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6a97f3940..e996ff7ac 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -46,7 +46,7 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.5.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)