Bumping core version to 1.2.0

Was building an Action and noticed that `setSecret` wasn't available in
core. Bumping the version so we have latest.
This commit is contained in:
Mike Coutermarsh
2019-11-25 12:20:50 -05:00
parent 01408a6ef7
commit 5cd414184c
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0"
"@actions/core": "^1.2.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",