Bump @actions/core from 1.1.3 to 1.2.0 (#49)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-22 10:01:17 -05:00 committed by James Ives
parent c4cfbc80af
commit f23e0621a6
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
"author": "James Ives", "author": "James Ives",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.0.0", "@actions/core": "^1.2.0",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",
"@actions/github": "^1.1.0" "@actions/github": "^1.1.0"
}, },

View File

@ -2,9 +2,9 @@
# yarn lockfile v1 # yarn lockfile v1
"@actions/core@^1.0.0": "@actions/core@^1.2.0":
version "1.1.3" version "1.2.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.1.3.tgz#543b0e7ca0e53dccc5dca4811a4fac59c1b35f5c" resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.0.tgz#aa5f52b26c362c821d41557e599371a42f6c0b3d"
"@actions/exec@^1.0.1": "@actions/exec@^1.0.1":
version "1.0.1" version "1.0.1"