From ca2a36643d9bd0a59910a99dca6f49d296a62974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:26:56 +0000 Subject: [PATCH] build(deps): bump actions-toolkit from `a2da6cb` to `3b48170` (#491) Bumps [actions-toolkit](https://github.com/nearform/actions-toolkit) from `a2da6cb` to `3b48170`. - [Commits](https://github.com/nearform/actions-toolkit/compare/a2da6cb537f8877c6e84ae2f067997b4cf602004...3b4817007accaef0a1be8f9dcb73ed06892dc116) --- 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a50d81..cf06560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1403,11 +1403,11 @@ }, "node_modules/actions-toolkit": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/nearform/actions-toolkit.git#a2da6cb537f8877c6e84ae2f067997b4cf602004", - "integrity": "sha512-AiZnWZKSGrU1302Ab6LA3YIZ/zI/zTMnATAf6GJPc1mmgDY48UP3JGgDmypZj4wWM5vlY+BtOdhTZkXdAA7sIA==", + "resolved": "git+ssh://git@github.com/nearform/actions-toolkit.git#3b4817007accaef0a1be8f9dcb73ed06892dc116", + "integrity": "sha512-RwYmbGe3abwhi+hUSmKcFN9Sr9TLkllmPsH42XiV2T+gBSfo/x4/J5tSGflyGXMYGPZR0Gf2ISBHEQHWhVC/Og==", "license": "ISC", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^1.11.1" } }, "node_modules/aggregate-error": { @@ -8459,11 +8459,11 @@ "peer": true }, "actions-toolkit": { - "version": "git+ssh://git@github.com/nearform/actions-toolkit.git#a2da6cb537f8877c6e84ae2f067997b4cf602004", - "integrity": "sha512-AiZnWZKSGrU1302Ab6LA3YIZ/zI/zTMnATAf6GJPc1mmgDY48UP3JGgDmypZj4wWM5vlY+BtOdhTZkXdAA7sIA==", - "from": "actions-toolkit@github:nearform/actions-toolkit#a2da6cb537f8877c6e84ae2f067997b4cf602004", + "version": "git+ssh://git@github.com/nearform/actions-toolkit.git#3b4817007accaef0a1be8f9dcb73ed06892dc116", + "integrity": "sha512-RwYmbGe3abwhi+hUSmKcFN9Sr9TLkllmPsH42XiV2T+gBSfo/x4/J5tSGflyGXMYGPZR0Gf2ISBHEQHWhVC/Og==", + "from": "actions-toolkit@github:nearform/actions-toolkit#3b4817007accaef0a1be8f9dcb73ed06892dc116", "requires": { - "@actions/core": "^1.10.1" + "@actions/core": "^1.11.1" } }, "aggregate-error": {