Skip to content

Commit d25b6e0

Browse files
committed
Specify version for subosito/flutter-action
1 parent 3f83da7 commit d25b6e0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/code_check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: subosito/flutter-action@v2
1616
with:
1717
channel: 'stable'
18+
flutter-version-file: 'pubspec.yaml'
1819
- run: flutter --version
1920

2021
- name: Install dependencies

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,4 @@ packages:
572572
version: "3.1.2"
573573
sdks:
574574
dart: ">=3.1.0 <=3.1.2"
575-
flutter: ">=3.13.0"
575+
flutter: ">=3.13.3"

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ version: 2.1.2+8
2121

2222
environment:
2323
sdk: '>=3.0.0 <=3.1.2'
24+
flutter: '3.13.3'
2425

2526
# Dependencies specify other packages that your package needs in order to work.
2627
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)