diff --git a/package.json b/package.json index 52451e900..e3b00056b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-python", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "Setup python action", "main": "dist/index.js", @@ -23,7 +23,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.3", + "@actions/core": "^1.2.6", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.5", "semver": "^7.1.3"