Hi,
On CI, I have switched to Flutter main channel, but melos action fails when starts to do bootstrap, does it mean the action needs to be updated?
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
- name: ⚙️ Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: main
- name: ⚙️ Setup Melos
uses: bluefireteam/melos-action@v3
