diff --git a/package.json b/package.json index da0e727..d72cdce 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "author": "", "license": "MIT", "dependencies": { - "@actions/core": "^1.4.0", + "@actions/core": "2.0.0", "@actions/exec": "^1.1.0", - "@actions/github": "^5.0.0" + "@actions/github": "8.0.1" } }