File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkgs/markdown/.github/workflows Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 crash-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1717 - name : Install dependencies
1818 run : dart pub get
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919
2020 steps :
2121 - name : clone dart-lang/markdown
22- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
22+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2323 with :
2424 repository : dart-lang/markdown
2525 path : markdown
2626
2727 - name : clone flutter/packages
28- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
28+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2929 with :
3030 repository : flutter/packages
3131 path : flutter_packages
Original file line number Diff line number Diff line change 2222 matrix :
2323 sdk : [dev]
2424 steps :
25- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2626 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2727 with :
2828 sdk : ${{ matrix.sdk }}
4949 os : [ubuntu-latest]
5050 sdk : [3.2, dev]
5151 steps :
52- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
52+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5353 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5454 with :
5555 sdk : ${{ matrix.sdk }}
6464 needs : test
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
67+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6868 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
6969 with :
7070 sdk : dev
You can’t perform that action at this time.
0 commit comments