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 22
22
matrix :
23
23
sdk : [dev]
24
24
steps :
25
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
25
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
26
26
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
50
50
sdk : ['3.0', stable, dev]
51
51
platform : [vm, chrome]
52
52
steps :
53
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
53
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
54
54
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
55
55
with :
56
56
sdk : ${{ matrix.sdk }}
64
64
- name : Convert coverage to lcov
65
65
run : dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
66
66
if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
67
- - uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
67
+ - uses : coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
68
68
if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
69
69
with :
70
70
flag-name : os:${{ matrix.os }}/dart:${{ matrix.sdk }}/platform:${{ matrix.platform }}
75
75
if : ${{ always() }}
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
78
+ - uses : coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
79
79
with :
80
80
parallel-finished : true
You can’t perform that action at this time.
0 commit comments