mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
Update Flutter Version to 3.29.2 (#236)
This commit is contained in:
14
.github/workflows/continuous-delivery.yaml
vendored
14
.github/workflows/continuous-delivery.yaml
vendored
@@ -185,7 +185,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
@@ -235,7 +235,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
@@ -304,7 +304,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
@@ -382,7 +382,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "master"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
@@ -446,7 +446,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
@@ -525,7 +525,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
@@ -564,7 +564,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: "3.29.0"
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
|
||||
@@ -22,11 +22,12 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.29.0'
|
||||
channel: 'stable'
|
||||
flutter-version: "3.29.2"
|
||||
channel: "stable"
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
cache-path:
|
||||
"${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
||||
@@ -57,10 +57,10 @@ check your installed version:
|
||||
```sh
|
||||
$ flutter --version
|
||||
|
||||
Flutter 3.29.0 • channel stable • https://github.com/flutter/flutter.git
|
||||
Framework • revision 35c388afb5 (2 weeks ago) • 2025-02-10 12:48:41 -0800
|
||||
Engine • revision f73bfc4522
|
||||
Tools • Dart 3.7.0 • DevTools 2.42.2
|
||||
Flutter 3.29.2 • channel stable • https://github.com/flutter/flutter.git
|
||||
Framework • revision c236373904 (2 weeks ago) • 2025-03-13 16:17:06 -0400
|
||||
Engine • revision 18b71d647a
|
||||
Tools • Dart 3.7.2 • DevTools 2.42.3
|
||||
|
||||
$ deno --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user