From aa06d1db09b6865427ae2fa3618e822c9790e9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:43:08 +0000 Subject: [PATCH] chore(deps): bump actions-toolkit from `994e8bf` to `eff077a` Bumps [actions-toolkit](https://github.com/nearform/actions-toolkit) from `994e8bf` to `eff077a`. - [Commits](https://github.com/nearform/actions-toolkit/compare/994e8bf882c0b0fa5cf53fb489e55480db80f8ef...eff077ae29cf49f66111d2171f6467c7ac85575f) --- updated-dependencies: - dependency-name: actions-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bdf9f72..d29dbd6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -801,11 +801,11 @@ }, "node_modules/actions-toolkit": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/nearform/actions-toolkit.git#994e8bf882c0b0fa5cf53fb489e55480db80f8ef", - "integrity": "sha512-B1BNl7EeTpcpsWz5Fg7gjHhpvFAhOFlYUlWEUIQGWt9Yb3+45b6aRwI3LL5wenBEor4K/CIzogNhHEIoBU14KA==", + "resolved": "git+ssh://git@github.com/nearform/actions-toolkit.git#eff077ae29cf49f66111d2171f6467c7ac85575f", + "integrity": "sha512-p1qhWKowpUhAswvuBWsgHI3Lc8+H+gQ9Ci4J5SOZ413sKa+zHJNcEtlI5OGj3aT9jeqOAIiFo7EFlIWeFNw5aA==", "license": "ISC", "dependencies": { - "@actions/core": "^1.10.0" + "@actions/core": "^1.10.1" } }, "node_modules/aggregate-error": { @@ -6426,11 +6426,11 @@ "requires": {} }, "actions-toolkit": { - "version": "git+ssh://git@github.com/nearform/actions-toolkit.git#994e8bf882c0b0fa5cf53fb489e55480db80f8ef", - "integrity": "sha512-B1BNl7EeTpcpsWz5Fg7gjHhpvFAhOFlYUlWEUIQGWt9Yb3+45b6aRwI3LL5wenBEor4K/CIzogNhHEIoBU14KA==", - "from": "actions-toolkit@github:nearform/actions-toolkit#994e8bf882c0b0fa5cf53fb489e55480db80f8ef", + "version": "git+ssh://git@github.com/nearform/actions-toolkit.git#eff077ae29cf49f66111d2171f6467c7ac85575f", + "integrity": "sha512-p1qhWKowpUhAswvuBWsgHI3Lc8+H+gQ9Ci4J5SOZ413sKa+zHJNcEtlI5OGj3aT9jeqOAIiFo7EFlIWeFNw5aA==", + "from": "actions-toolkit@github:nearform/actions-toolkit#eff077ae29cf49f66111d2171f6467c7ac85575f", "requires": { - "@actions/core": "^1.10.0" + "@actions/core": "^1.10.1" } }, "aggregate-error": {