Skip to content

Commit 09eac28

Browse files
chore: Update Flutter version to 3.41.0 in workflows
1 parent 2d0cd0e commit 09eac28

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/flutter.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/web-example-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)