Skip to content

Commit 48e7d2b

Browse files
committed
RELEASE_ASSET to '2020-04-13'
1 parent d6a83b0 commit 48e7d2b

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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-02' : null
714+
'msys2-2020-04-13' : null
715715
if (RELEASE_ASSET) {
716716
msSt = grpSt('Updating MSYS2')
717717
await installMSYS2()
@@ -1126,6 +1126,7 @@ var HttpCodes;
11261126
HttpCodes[HttpCodes["RequestTimeout"] = 408] = "RequestTimeout";
11271127
HttpCodes[HttpCodes["Conflict"] = 409] = "Conflict";
11281128
HttpCodes[HttpCodes["Gone"] = 410] = "Gone";
1129+
HttpCodes[HttpCodes["TooManyRequests"] = 429] = "TooManyRequests";
11291130
HttpCodes[HttpCodes["InternalServerError"] = 500] = "InternalServerError";
11301131
HttpCodes[HttpCodes["NotImplemented"] = 501] = "NotImplemented";
11311132
HttpCodes[HttpCodes["BadGateway"] = 502] = "BadGateway";

mingw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-02' : null
199+
'msys2-2020-04-13' : null
200200
if (RELEASE_ASSET) {
201201
msSt = grpSt('Updating MSYS2')
202202
await installMSYS2()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"license": "MIT",
2424
"dependencies": {
2525
"@actions/core": "^1.2.3",
26-
"@actions/http-client": "^1.0.6"
26+
"@actions/http-client": "^1.0.7"
2727
}
2828
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
integrity sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==
99

1010
"@actions/http-client@^1.0.6":
11-
version "1.0.6"
12-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.6.tgz#6f9267ca50e1d74d8581f4a894a943cd4c97b49a"
13-
integrity sha512-LGmio4w98UyGX33b/W6V6Nx/sQHRXZ859YlMkn36wPsXPB82u8xTVlA/Dq2DXrm6lEq9RVmisRJa1c+HETAIJA==
11+
version "1.0.7"
12+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.7.tgz#157515a4d7f92aac5b27ee616600e3f8a50870c2"
13+
integrity sha512-PY3ys/XH5WMekkHyZhYSa/scYvlE5T/TV/T++vABHuY5ZRgtiBZkn2L2tV5Pv/xDCl59lSZb9WwRuWExDyAsSg==
1414
dependencies:
1515
tunnel "0.0.6"
1616

0 commit comments

Comments
 (0)