Drop references to v2 from README

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-27 12:52:17 -04:00
parent 8213a1db10
commit cf3393ef0a

View File

@@ -128,7 +128,7 @@ Start by specifying that you will be using an external configuration file:
```yaml
- name: Dependency Review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
with:
config-file: './.github/dependency-review-config.yml'
```