Skip to content

Commit dad9c88

Browse files
committed
RELEASE_ASSET to '2020-04-22'
1 parent ff7e3d9 commit dad9c88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 1 addition & 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-13' : null
714+
'msys2-2020-04-22' : null
715715
if (RELEASE_ASSET) {
716716
msSt = grpSt('Updating MSYS2')
717717
await installMSYS2()

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-13' : null
199+
'msys2-2020-04-22' : 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
@@ -1,6 +1,6 @@
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": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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==

0 commit comments

Comments
 (0)