diff --git a/package-lock.json b/package-lock.json index bfbf3c6..77ba460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "step-security-harden-runner", - "version": "1.6.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "step-security-harden-runner", - "version": "1.6.0", + "version": "2.0.0", "license": "Apache License 2.0", "dependencies": { "@actions/cache": "^3.0.4", diff --git a/package.json b/package.json index bf8944b..5a89356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "step-security-harden-runner", - "version": "1.6.0", + "version": "2.0.0", "description": "Security agent for GitHub-hosted runner to monitor the build process", "main": "index.js", "scripts": {