File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
pkgs/mockito/.github/workflows Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
steps :
24
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
- - uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25
+ - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
26
26
with :
27
27
sdk : 3.3.0
28
28
- id : install
39
39
matrix :
40
40
sdk : [3.3.0, dev]
41
41
steps :
42
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
43
- - uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
42
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
43
+ - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
44
44
with :
45
45
sdk : ${{ matrix.sdk }}
46
46
- id : install
61
61
os : [ubuntu-latest]
62
62
sdk : [3.3.0, dev]
63
63
steps :
64
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
65
- - uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
64
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
65
+ - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
66
66
with :
67
67
sdk : ${{ matrix.sdk }}
68
68
- id : install
86
86
matrix :
87
87
os : [ubuntu-latest]
88
88
steps :
89
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
90
- - uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
89
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
90
+ - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
91
91
with :
92
92
sdk : dev
93
93
- id : install
You can’t perform that action at this time.
0 commit comments