Skip to content

Commit 1632d28

Browse files
committed
latest mono_repo
1 parent 755d5d3 commit 1632d28

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:
@@ -36,7 +36,7 @@ jobs:
3636
name: Checkout repository
3737
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3838
- name: mono_repo self validate
39-
run: dart pub global activate mono_repo 6.5.4
39+
run: dart pub global activate mono_repo 6.5.7
4040
- name: mono_repo self validate
4141
run: dart pub global run mono_repo generate --validate
4242
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)