Skip to content

Commit 07dfe98

Browse files
authored
📌 Pin dependencies (#28)
2 parents a86479c + de3b45b commit 07dfe98

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/workflow-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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']

test_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ packages:
209209
source: hosted
210210
version: "15.2.0"
211211
sdks:
212-
dart: ">=3.11.4 <4.0.0"
212+
dart: "3.11.5"
213213
flutter: "3.41.7"

test_app/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
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

3939
dev_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

0 commit comments

Comments
 (0)