This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Commit 8a480f3 1 parent 8d07abc commit 8a480f3 Copy full SHA for 8a480f3
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
crash-test :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
15
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
16
16
- uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
17
17
- name : Install dependencies
18
18
run : dart pub get
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
20
20
steps :
21
21
- name : clone dart-lang/markdown
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
23
23
with :
24
24
repository : dart-lang/markdown
25
25
path : markdown
26
26
27
27
- name : clone flutter/packages
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
29
29
with :
30
30
repository : flutter/packages
31
31
path : flutter_packages
Original file line number Diff line number Diff line change 22
22
matrix :
23
23
sdk : [dev]
24
24
steps :
25
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
26
26
- uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
49
49
os : [ubuntu-latest]
50
50
sdk : [3.2, dev]
51
51
steps :
52
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
52
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
53
53
- uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
54
54
with :
55
55
sdk : ${{ matrix.sdk }}
64
64
needs : test
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
67
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
68
68
- uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
69
69
with :
70
70
sdk : dev
You can’t perform that action at this time.
0 commit comments