diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ddc490f3..77328a04e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,7 @@ Here are a few things you can do that will increase the likelihood of your pull ## Cutting a new release -1. Update the version number in [package.json](https://github.com/actions/dependency-review-action/blob/main/package.json). +1. Update the version number in [package.json](https://github.com/actions/dependency-review-action/blob/main/package.json) and run `npm i` to update the lockfile. 1. Go to [Draft a new release](https://github.com/actions/dependency-review-action/releases/new) in the Releases page. diff --git a/package-lock.json b/package-lock.json index 95bcee71f..9504b0051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dependency-review-action", - "version": "4.2.5", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dependency-review-action", - "version": "4.2.5", + "version": "4.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 1c6042573..51618d87e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependency-review-action", - "version": "4.2.5", + "version": "4.3.0", "private": true, "description": "A GitHub Action for Dependency Review", "main": "lib/main.js",