File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed 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@692973e3d937129bcbf40652eb9f2f61becf3332
25
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
26
26
with :
27
27
sdk : 3.5.0
28
28
- id : install
39
39
matrix :
40
40
sdk : [3.5.0, dev]
41
41
steps :
42
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
43
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
42
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
43
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
44
44
with :
45
45
sdk : ${{ matrix.sdk }}
46
46
- id : install
61
61
os : [ubuntu-latest]
62
62
sdk : [3.5.0, dev]
63
63
steps :
64
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
65
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
64
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
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@692973e3d937129bcbf40652eb9f2f61becf3332
90
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
89
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
90
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
91
91
with :
92
92
sdk : dev
93
93
- id : install
You can’t perform that action at this time.
0 commit comments