Skip to content

Commit 25bdcbb

Browse files
authored
Latest CI actions (#657)
1 parent 6fe9a40 commit 25bdcbb

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.0
1+
# Created with package:mono_repo v6.5.3
22
name: Dart CI
33
on:
44
push:
@@ -36,7 +36,7 @@ jobs:
3636
name: Checkout repository
3737
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3838
- name: mono_repo self validate
39-
run: dart pub global activate mono_repo 6.5.0
39+
run: dart pub global activate mono_repo 6.5.3
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.0
2+
# Created with package:mono_repo v6.5.3
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)