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 2121 strategy :
2222 fail-fast : false
2323 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
2626 with :
2727 sdk : 3.5.0
2828 - id : install
3939 matrix :
4040 sdk : [3.5.0, dev]
4141 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
4444 with :
4545 sdk : ${{ matrix.sdk }}
4646 - id : install
6161 os : [ubuntu-latest]
6262 sdk : [3.5.0, dev]
6363 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
6666 with :
6767 sdk : ${{ matrix.sdk }}
6868 - id : install
8686 matrix :
8787 os : [ubuntu-latest]
8888 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
9191 with :
9292 sdk : dev
9393 - id : install
You can’t perform that action at this time.
0 commit comments