Skip to content

Commit ddf384a

Browse files
authored
chore: latest mono_repo (#412)
1 parent 505338b commit ddf384a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.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.6
1+
# Created with package:mono_repo v6.5.7
22
name: Dart Lint 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.6
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:

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.5.6
1+
# Created with package:mono_repo v6.5.7
22
name: Dart Unit CI
33
on:
44
push:

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.6
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)