We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266583b commit 9aa4675Copy full SHA for 9aa4675
.github/workflows/release.yml
@@ -101,7 +101,7 @@ jobs:
101
cache: 'gradle'
102
- uses: subosito/flutter-action@v2
103
with:
104
- flutter-version: '3.16.0'
+ flutter-version: '3.16.3'
105
channel: 'stable'
106
cache: true
107
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
0 commit comments