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@b4ffde65f46336ab88eb53be808477a3936bae11
25- - uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
24+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25+ - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2626 with :
2727 sdk : 3.3.0
2828 - id : install
3939 matrix :
4040 sdk : [3.3.0, dev]
4141 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
4444 with :
4545 sdk : ${{ matrix.sdk }}
4646 - id : install
6161 os : [ubuntu-latest]
6262 sdk : [3.3.0, dev]
6363 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
6666 with :
6767 sdk : ${{ matrix.sdk }}
6868 - id : install
8686 matrix :
8787 os : [ubuntu-latest]
8888 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
9191 with :
9292 sdk : dev
9393 - id : install
You can’t perform that action at this time.
0 commit comments