diff --git a/package-lock.json b/package-lock.json index b94df7e5..44a6597e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-script", - "version": "6.0.0", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-script", - "version": "6.0.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 41ff5804..88f5e96c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-script", "description": "A GitHub action for executing a simple script", - "version": "6.0.0", + "version": "6.2.0", "author": "GitHub", "license": "MIT", "main": "dist/index.js",