From 8348ea7f5d949b08c7f125a44b569c9626b05db3 Mon Sep 17 00:00:00 2001 From: "fetch-metadata-action-automation[bot]" <133819604+fetch-metadata-action-automation[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 08:42:57 -0700 Subject: [PATCH] v1.7.0 (#505) Release notes: https://github.com/dependabot/fetch-metadata/releases/tag/v1.7.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 932bdb11..30954cf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dependabot-pull-request-action", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dependabot-pull-request-action", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 071dd5c3..a44e4ce0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-pull-request-action", - "version": "1.6.0", + "version": "1.7.0", "description": "Parse Dependabot commit metadata to automate PR handling", "main": "dist/index.js", "scripts": {