Skip to content

Commit

Permalink
Specify version for subosito/flutter-action
Browse files Browse the repository at this point in the history
  • Loading branch information
davquar committed May 11, 2024
1 parent 3f83da7 commit d25b6e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version-file: 'pubspec.yaml'
- run: flutter --version

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.1.0 <=3.1.2"
flutter: ">=3.13.0"
flutter: ">=3.13.3"
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ version: 2.1.2+8

environment:
sdk: '>=3.0.0 <=3.1.2'
flutter: '3.13.3'

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

0 comments on commit d25b6e0

Please sign in to comment.