File tree 4 files changed +18
-15
lines changed
4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ exports.getInput = getInput;
920
920
*/
921
921
// eslint-disable-next-line @typescript-eslint/no-explicit-any
922
922
function setOutput ( name , value ) {
923
+ process . stdout . write ( os . EOL ) ;
923
924
command_1 . issueCommand ( 'set-output' , { name } , value ) ;
924
925
}
925
926
exports . setOutput = setOutput ;
@@ -1550,7 +1551,9 @@ class HttpClient {
1550
1551
maxSockets : maxSockets ,
1551
1552
keepAlive : this . _keepAlive ,
1552
1553
proxy : {
1553
- proxyAuth : `${ proxyUrl . username } :${ proxyUrl . password } ` ,
1554
+ ...( ( proxyUrl . username || proxyUrl . password ) && {
1555
+ proxyAuth : `${ proxyUrl . username } :${ proxyUrl . password } `
1556
+ } ) ,
1554
1557
host : proxyUrl . hostname ,
1555
1558
port : proxyUrl . port
1556
1559
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ruby-pkgs" ,
3
- "version" : " 1.25 .0" ,
3
+ "version" : " 1.26 .0" ,
4
4
"description" : " Install packages and update builds tools for Ruby" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
23
23
"author" : " MSP-Greg" ,
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
- "@actions/core" : " ^1.2.6 " ,
27
- "@actions/http-client" : " ^1.0.9 "
26
+ "@actions/core" : " ^1.2.7 " ,
27
+ "@actions/http-client" : " ^1.0.11 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ruby-pkgs" ,
3
- "version" : " 1.25 .0" ,
3
+ "version" : " 1.26 .0" ,
4
4
"description" : " Install packages and update builds tools for Ruby" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
23
23
"author" : " MSP-Greg" ,
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
- "@actions/core" : " ^1.2.6 " ,
27
- "@actions/http-client" : " ^1.0.9 "
26
+ "@actions/core" : " ^1.2.7 " ,
27
+ "@actions/http-client" : " ^1.0.11 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@^1.2.6 " :
6
- version "1.2.6 "
7
- resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6 .tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09 "
8
- integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA ==
5
+ " @actions/core@^1.2.7 " :
6
+ version "1.2.7 "
7
+ resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7 .tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab "
8
+ integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig ==
9
9
10
- " @actions/http-client@^1.0.9 " :
11
- version "1.0.9 "
12
- resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.9 .tgz#af1947d020043dbc6a3b4c5918892095c30ffb52 "
13
- integrity sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg ==
10
+ " @actions/http-client@^1.0.11 " :
11
+ version "1.0.11 "
12
+ resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11 .tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0 "
13
+ integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg ==
14
14
dependencies :
15
15
tunnel "0.0.6"
16
16
You can’t perform that action at this time.
0 commit comments