File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/yaml_edit/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 matrix :
2323 sdk : [dev]
2424 steps :
25- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
25+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2626 - uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2727 with :
2828 sdk : ${{ matrix.sdk }}
5050 sdk : ['3.0', stable, dev]
5151 platform : [vm, chrome]
5252 steps :
53- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
53+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
5454 - uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5555 with :
5656 sdk : ${{ matrix.sdk }}
6464 - name : Convert coverage to lcov
6565 run : dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
6666 if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
67- - uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
67+ - uses : coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
6868 if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
6969 with :
7070 flag-name : os:${{ matrix.os }}/dart:${{ matrix.sdk }}/platform:${{ matrix.platform }}
7575 if : ${{ always() }}
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
78+ - uses : coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
7979 with :
8080 parallel-finished : true
You can’t perform that action at this time.
0 commit comments