From 80cd6897bbe8963c12ea9edea3ac51547ebac286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 16:18:03 +0200 Subject: [PATCH] chore(deps): bump actions-toolkit from `4e14fae` to `50bcf23` (#254) Bumps [actions-toolkit](https://github.com/EndBug/actions-toolkit) from `4e14fae` to `50bcf23`. - [Release notes](https://github.com/EndBug/actions-toolkit/releases) - [Commits](https://github.com/EndBug/actions-toolkit/compare/4e14fae3c508e8263b2cda40c99f2ddfac00d1b0...50bcf238178fb66d1448ae29b741641406e5a1a0) --- updated-dependencies: - dependency-name: actions-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0946734..b2b7cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -800,7 +800,8 @@ }, "node_modules/actions-toolkit": { "version": "6.0.1", - "resolved": "git+ssh://git@github.com/EndBug/actions-toolkit.git#4e14fae3c508e8263b2cda40c99f2ddfac00d1b0", + "resolved": "git+ssh://git@github.com/EndBug/actions-toolkit.git#50bcf238178fb66d1448ae29b741641406e5a1a0", + "integrity": "sha512-551oLndgEeSLzp15qjwjKBUS5gPhggPhI6kMQKDEHju7Bgp1NL8l8S7I9gQtYXe8frgp75kYZPWM+NA79E/s5g==", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", @@ -4034,8 +4035,9 @@ "requires": {} }, "actions-toolkit": { - "version": "git+ssh://git@github.com/EndBug/actions-toolkit.git#4e14fae3c508e8263b2cda40c99f2ddfac00d1b0", - "from": "actions-toolkit@github:EndBug/actions-toolkit#core-actions", + "version": "git+ssh://git@github.com/EndBug/actions-toolkit.git#50bcf238178fb66d1448ae29b741641406e5a1a0", + "integrity": "sha512-551oLndgEeSLzp15qjwjKBUS5gPhggPhI6kMQKDEHju7Bgp1NL8l8S7I9gQtYXe8frgp75kYZPWM+NA79E/s5g==", + "from": "actions-toolkit@github:EndBug/actions-toolkit#50bcf238178fb66d1448ae29b741641406e5a1a0", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4",