Skip to content

Commit 35ea45f

Browse files
authored
Latest mono_repo (#834)
1 parent 7d2d293 commit 35ea45f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.5.4
1+
# Created with package:mono_repo v6.5.7
22
name: Dart CI
33
on:
44
push:
@@ -35,7 +35,7 @@ jobs:
3535
name: Checkout repository
3636
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3737
- name: mono_repo self validate
38-
run: dart pub global activate mono_repo 6.5.4
38+
run: dart pub global activate mono_repo 6.5.7
3939
- name: mono_repo self validate
4040
run: dart pub global run mono_repo generate --validate
4141
job_002:

tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.5.4
2+
# Created with package:mono_repo v6.5.7
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)