File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 java-version : ${{ inputs['java-version'] }}
111111
112112 - name : Setup Gradle
113- uses : gradle/actions/setup-gradle@v6
113+ uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
114114
115115 - name : Update pubspec.yaml version
116116 if : inputs['build-type'] == 'release' && inputs['release-version']
Original file line number Diff line number Diff line change @@ -209,5 +209,5 @@ packages:
209209 source: hosted
210210 version: "15.2.0"
211211sdks:
212- dart: ">= 3.11.4 <4.0.0 "
212+ dart: "3.11.5 "
213213 flutter: "3.41.7"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1919version : 1.0.0+1
2020
2121environment :
22- sdk : ^ 3.11.4
22+ sdk : 3.11.5
2323 flutter : 3.41.7
2424
2525# Dependencies specify other packages that your package needs in order to work.
@@ -34,7 +34,7 @@ dependencies:
3434
3535 # The following adds the Cupertino Icons font to your application.
3636 # Use with the CupertinoIcons class for iOS style icons.
37- cupertino_icons : ^ 1.0.8
37+ cupertino_icons : 1.0.9
3838
3939dev_dependencies :
4040 flutter_test :
@@ -45,7 +45,7 @@ dev_dependencies:
4545 # activated in the `analysis_options.yaml` file located at the root of your
4646 # package. See that file for information about deactivating specific lint
4747 # rules and activating additional ones.
48- flutter_lints : ^ 6.0.0
48+ flutter_lints : 6.0.0
4949
5050# For information on the generic Dart part of this file, see the
5151# following page: https://dart.dev/tools/pub/pubspec
You can’t perform that action at this time.
0 commit comments