diff --git a/package.json b/package.json index c2c449b..d52a471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-create-release-from-tag", - "version": "1.0.7", + "version": "1.0.8", "description": "Github action to create release with changelog, on tag number based.", "main": "./lib/index.js", "scripts": { @@ -11,7 +11,7 @@ "author": "Steve Lebleu", "license": "MIT", "dependencies": { - "@actions/core": "^1.3.0", + "@actions/core": "^1.10.0", "@actions/github": "^5.0.0", "child-process-promise": "^2.2.1" },