Skip to content

Commit 9429bca

Browse files
committed
ci: update flutter action version
- Updated to flutter-action@v2 - Specified Flutter version - Using stable channel
1 parent f1ad4a8 commit 9429bca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: subosito/flutter-action@v2
1919
with:
2020
flutter-version: '3.22.x' # Specify the Flutter version you want to use
21-
cache: true # Enable caching for Flutter dependencies
2221
channel: 'stable' # Use the stable channel of Flutter
2322

2423
# 3. Get Flutter dependencies

0 commit comments

Comments
 (0)