File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"description" : " Download a prebuilt Ruby and add it to the PATH in 5 seconds" ,
5
5
"main" : " index.js" ,
6
+ "license" : " MIT" ,
6
7
"scripts" : {
7
8
"package" : " ncc build index.js -o dist"
8
9
},
16
17
" Ruby"
17
18
],
18
19
"author" : " Benoit Daloze" ,
19
- "license" : " MIT" ,
20
20
"bugs" : {
21
21
"url" : " https://github.com/ruby/setup-ruby/issues"
22
22
},
25
25
"@actions/cache" : " ^4.0.3" ,
26
26
"@actions/core" : " ^1.11.1" ,
27
27
"@actions/exec" : " ^1.1.1" ,
28
- "@actions/io" : " ^1.1.2 " ,
28
+ "@actions/io" : " ^1.1.3 " ,
29
29
"@actions/tool-cache" : " ^2" ,
30
30
"linux-os-info" : " ^2.0.0" ,
31
- "semver" : " ^7.3.7 "
31
+ "semver" : " ^7.7.2 "
32
32
},
33
33
"devDependencies" : {
34
- "@vercel/ncc" : " ^0.33.4 "
34
+ "@vercel/ncc" : " ^0.38.3 "
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments