File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " GitHub Action that posts coverage as comment in Pull request" ,
5
5
"main" : " src/index.js" ,
6
6
"dependencies" : {
7
- "@actions/core" : " ^1.6 .0" ,
7
+ "@actions/core" : " ^1.7 .0" ,
8
8
"@actions/github" : " ^5.0.1" ,
9
9
"@barecheck/core" : " ^0.4.0"
10
10
},
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@^1.6 .0 " :
6
- version "1.6 .0"
7
- resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6 .0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb "
8
- integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw ==
5
+ " @actions/core@^1.7 .0 " :
6
+ version "1.7 .0"
7
+ resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.7 .0.tgz#f179a5a0bf5c1102d89b8cf1712825e763feaee4 "
8
+ integrity sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ ==
9
9
dependencies :
10
10
" @actions/http-client" " ^1.0.11"
11
11
You can’t perform that action at this time.
0 commit comments