Skip to content

Commit b53a634

Browse files
committed
fix: GitHub pipeline
1 parent 9a1b300 commit b53a634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: subosito/flutter-action@v2
1616
with:
17-
flutter-version: '3.10.6'
17+
flutter-version: '3.27.3'
1818
channel: 'stable'
1919
- name: Install dependencies
2020
run: dart pub get

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ packages:
191191
path: ".."
192192
relative: true
193193
source: path
194-
version: "1.1.0"
194+
version: "1.2.0"
195195
fake_async:
196196
dependency: transitive
197197
description:

0 commit comments

Comments
 (0)