diff --git a/.github/workflows/ct.yaml b/.github/workflows/ct.yaml index 63e691f..f0edce5 100644 --- a/.github/workflows/ct.yaml +++ b/.github/workflows/ct.yaml @@ -39,7 +39,7 @@ jobs: ct lint --chart-dirs sickhub --all - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 if: github.ref == 'refs/heads/master' || steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)