fix: upgrade @actions/core from 1.2.0 to 1.2.1

Snyk has created this PR to upgrade @actions/core from 1.2.0 to 1.2.1.

See this package in NPM:
https://www.npmjs.com/package/@actions/core

See this project in Snyk:
https://app.snyk.io/org/webbertakken/project/89dd41e1-8254-4c72-ab5d-3b28b3093f1b?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot
2020-02-09 23:07:06 +00:00
committed by Webber Takken
parent d64e5a8b19
commit 057deedeb0
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/core": "^1.2.1",
"@actions/exec": "1.0.2",
"@actions/github": "^2.0.0"
},