File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - name : Install Flutter
2121 uses : subosito/flutter-action@v2
2222 with :
23- flutter-version : ' 3.10 .0'
23+ flutter-version : ' 3.41 .0'
2424 cache : true
25- cache-key : ' flutter-macos-stable-3.10 .0-apple'
26- cache-path : ' ${{ runner.tool_cache }}/flutter/macos-stable-3.10 .0-apple'
27- pub-cache-key : ' flutter-pub-macos-stable-3.10 .0-apple'
25+ cache-key : ' flutter-macos-stable-3.41 .0-apple'
26+ cache-path : ' ${{ runner.tool_cache }}/flutter/macos-stable-3.41 .0-apple'
27+ pub-cache-key : ' flutter-pub-macos-stable-3.41 .0-apple'
2828
2929 - name : Install dependencies
3030 run : flutter pub get
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 - name : Flutter action
3030 uses : subosito/flutter-action@v2.13.0
3131 with :
32- flutter-version : ' 3.32.5 '
32+ flutter-version : ' 3.41.0 '
3333 cache : true
34- cache-key : ' flutter-3.32.5 -stable'
35- cache-path : ' ${{ runner.tool_cache }}/flutter/3.32.5 -stable'
36- pub-cache-key : ' flutter-pub-3.32.5 -stable'
34+ cache-key : ' flutter-3.41.0 -stable'
35+ cache-path : ' ${{ runner.tool_cache }}/flutter/3.41.0 -stable'
36+ pub-cache-key : ' flutter-pub-3.41.0 -stable'
3737 - name : Setup Pages
3838 uses : actions/configure-pages@v5
3939 - name : Project Clean Up
You can’t perform that action at this time.
0 commit comments