Skip to content

Commit dfc070e

Browse files
fix: pin very_good_cli version (#432)
* fix(flutter_package): pin very_good_cli version * fix: pin very_good_cli version in remaining workflows
1 parent 07833b0 commit dfc070e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dart_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: 📦 Install Dependencies
116116
run: |
117-
dart pub global activate very_good_cli
117+
dart pub global activate very_good_cli 1.1.0
118118
dart pub get ${{(inputs.no_example && '--no-example') || ''}}
119119
120120
- name: ⚙️ Run Setup

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: 📦 Install Dependencies
122122
run: |
123-
dart pub global activate very_good_cli
123+
dart pub global activate very_good_cli 1.1.0
124124
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
125125
126126
- name: ⚙️ Run Setup

.github/workflows/license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969

7070
- name: 👨‍⚖️ Check licenses
7171
run: |
72-
dart pub global activate very_good_cli
72+
dart pub global activate very_good_cli 1.1.0
7373
dart pub global run very_good_cli:very_good packages check licenses --skip-packages=${{inputs.skip_packages}} --dependency-type=${{inputs.dependency_type}} ${{(inputs.ignore_retrieval_failures && '--ignore-retrieval-failures') || ''}} --allowed=${{inputs.allowed}} --forbidden=${{inputs.forbidden}}

0 commit comments

Comments
 (0)