Skip to content

Commit 920f408

Browse files
committed
revert
1 parent eecfeb1 commit 920f408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: ✅ Bloc Lint
112112
if: ${{inputs.run_bloc_lint}}
113113
run: |
114-
dart pub global activate bloc_tools 0.3.5
114+
dart pub global activate bloc_tools
115115
bloc lint .
116116
117117
- name: 🧪 Run Tests

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: ✅ Bloc Lint
113113
if: ${{inputs.run_bloc_lint}}
114114
run: |
115-
flutter pub global activate bloc_tools 0.3.5
115+
flutter pub global activate bloc_tools
116116
bloc lint .
117117
118118
- name: 🧪 Run Tests

0 commit comments

Comments
 (0)