File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ const run = async () => {
711711 * used when MSYS2 install or server have problems
712712 */
713713 RELEASE_ASSET = fs . lstatSync ( 'C:\\msys64' ) . isSymbolicLink ( ) ?
714- 'msys2-2020-04-13 ' : null
714+ 'msys2-2020-04-22 ' : null
715715 if ( RELEASE_ASSET ) {
716716 msSt = grpSt ( 'Updating MSYS2' )
717717 await installMSYS2 ( )
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export const run = async () => {
196196 * used when MSYS2 install or server have problems
197197 */
198198 RELEASE_ASSET = fs . lstatSync ( 'C:\\msys64' ) . isSymbolicLink ( ) ?
199- 'msys2-2020-04-13 ' : null
199+ 'msys2-2020-04-22 ' : null
200200 if ( RELEASE_ASSET ) {
201201 msSt = grpSt ( 'Updating MSYS2' )
202202 await installMSYS2 ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .0" ,
44 "description" : " Install packages and update builds tools for Ruby" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 77 resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.3.tgz#e844b4fa0820e206075445079130868f95bfca95"
88 integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==
99
10- " @actions/http-client@^1.0.6 " :
10+ " @actions/http-client@^1.0.7 " :
1111 version "1.0.7"
1212 resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.7.tgz#157515a4d7f92aac5b27ee616600e3f8a50870c2"
1313 integrity sha512-PY3ys/XH5WMekkHyZhYSa/scYvlE5T/TV/T++vABHuY5ZRgtiBZkn2L2tV5Pv/xDCl59lSZb9WwRuWExDyAsSg==
You can’t perform that action at this time.
0 commit comments