1
0
Fork 0
- @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
pull/114/head @actions/core@1.1.0
Jonathan Clem 2019-09-05 11:03:19 -04:00
parent 7772d5f810
commit a2ab4bcf78
No known key found for this signature in database
GPG Key ID: 2BDAA3B545BBE67C
5 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.0.1",
"version": "1.1.0",
"description": "Actions core lib",
"keywords": [
"github",

View File

@ -1,10 +1,10 @@
{
"name": "@actions/exec",
"version": "1.0.0",
"version": "1.0.1",
"description": "Actions exec lib",
"keywords": [
"github",
"actions",
"actions",
"exec"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
@ -32,6 +32,6 @@
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@actions/io": "^1.0.0"
"@actions/io": "^1.0.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "1.0.1",
"version": "1.1.0",
"description": "Actions github lib",
"keywords": [
"github",

View File

@ -1,10 +1,10 @@
{
"name": "@actions/io",
"version": "1.0.0",
"version": "1.0.1",
"description": "Actions io lib",
"keywords": [
"github",
"actions",
"actions",
"io"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",

View File

@ -1,10 +1,10 @@
{
"name": "@actions/tool-cache",
"version": "1.1.0",
"version": "1.1.1",
"description": "Actions tool-cache lib",
"keywords": [
"github",
"actions",
"actions",
"exec"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
@ -33,9 +33,9 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"semver": "^6.1.0",
"typed-rest-client": "^1.4.0",
"uuid": "^3.3.2"