-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Currently, I am using config like this. Occasionally, This requires me to update the version property.
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.13.1What if we have version:latest support? Is this possible?
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: latestMetadata
Metadata
Assignees
Labels
No labels