Sourced from subosito/flutter-action's releases.
v2.11.0
Allow git ref as version for master channel:
steps: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: flutter-version: '5b12b74' # tag, commit or branch channel: 'master' - run: flutter --version
cc97e16
feat: Allow git ref as version in master
channel (#237)ed388ba
fixes #224; update readme