Commit 9f555da 1 parent 33d5ecb commit 9f555da Copy full SHA for 9f555da
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
# These are the latest versions of the github actions; dependabot will
21
21
# send PRs to keep these up-to-date.
22
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
22
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
23
23
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
24
24
with :
25
25
sdk : ${{ matrix.sdk }}
39
39
- run : dart pub global run coverage:test_with_coverage
40
40
if : matrix.sdk == 'dev' && steps.install_pkg_coverage.outcome == 'success'
41
41
id : test_with_coverage
42
- - uses : coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
42
+ - uses : coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3
43
43
if : matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success'
44
44
with :
45
45
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments