Skip to content

Commit a2ab4bc

Browse files
committed
Publish
- @actions/core@1.1.0 - @actions/exec@1.0.1 - @actions/github@1.1.0 - @actions/io@1.0.1 - @actions/tool-cache@1.1.1
1 parent 7772d5f commit a2ab4bc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/core",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Actions core lib",
55
"keywords": [
66
"github",

packages/exec/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@actions/exec",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Actions exec lib",
55
"keywords": [
66
"github",
7-
"actions",
7+
"actions",
88
"exec"
99
],
1010
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
@@ -32,6 +32,6 @@
3232
"url": "https://github.com/actions/toolkit/issues"
3333
},
3434
"devDependencies": {
35-
"@actions/io": "^1.0.0"
35+
"@actions/io": "^1.0.1"
3636
}
3737
}

packages/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/github",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Actions github lib",
55
"keywords": [
66
"github",

packages/io/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@actions/io",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Actions io lib",
55
"keywords": [
66
"github",
7-
"actions",
7+
"actions",
88
"io"
99
],
1010
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",

packages/tool-cache/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@actions/tool-cache",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Actions tool-cache lib",
55
"keywords": [
66
"github",
7-
"actions",
7+
"actions",
88
"exec"
99
],
1010
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
@@ -33,9 +33,9 @@
3333
"url": "https://github.com/actions/toolkit/issues"
3434
},
3535
"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",
3939
"semver": "^6.1.0",
4040
"typed-rest-client": "^1.4.0",
4141
"uuid": "^3.3.2"

0 commit comments

Comments
 (0)