File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @actions/core" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Actions core lib" ,
5
5
"keywords" : [
6
6
" github" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @actions/exec" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Actions exec lib" ,
5
5
"keywords" : [
6
6
" github" ,
7
- " actions" ,
7
+ " actions" ,
8
8
" exec"
9
9
],
10
10
"homepage" : " https://github.com/actions/toolkit/tree/master/packages/exec" ,
32
32
"url" : " https://github.com/actions/toolkit/issues"
33
33
},
34
34
"devDependencies" : {
35
- "@actions/io" : " ^1.0.0 "
35
+ "@actions/io" : " ^1.0.1 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @actions/github" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Actions github lib" ,
5
5
"keywords" : [
6
6
" github" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @actions/io" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Actions io lib" ,
5
5
"keywords" : [
6
6
" github" ,
7
- " actions" ,
7
+ " actions" ,
8
8
" io"
9
9
],
10
10
"homepage" : " https://github.com/actions/toolkit/tree/master/packages/io" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @actions/tool-cache" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Actions tool-cache lib" ,
5
5
"keywords" : [
6
6
" github" ,
7
- " actions" ,
7
+ " actions" ,
8
8
" exec"
9
9
],
10
10
"homepage" : " https://github.com/actions/toolkit/tree/master/packages/exec" ,
33
33
"url" : " https://github.com/actions/toolkit/issues"
34
34
},
35
35
"dependencies" : {
36
- "@actions/core" : " ^1.0 .0" ,
37
- "@actions/exec" : " ^1.0.0 " ,
38
- "@actions/io" : " ^1.0.0 " ,
36
+ "@actions/core" : " ^1.1 .0" ,
37
+ "@actions/exec" : " ^1.0.1 " ,
38
+ "@actions/io" : " ^1.0.1 " ,
39
39
"semver" : " ^6.1.0" ,
40
40
"typed-rest-client" : " ^1.4.0" ,
41
41
"uuid" : " ^3.3.2"
You can’t perform that action at this time.
0 commit comments