From 0b6b3fded7e25c0c6b3d790770989b2e82a63784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:30:51 +0000 Subject: [PATCH] chore(deps): bump actions-toolkit from `a2da6cb` to `3b48170` 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] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16062f0d..c654a38d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1707,11 +1707,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/agent-base": { @@ -7138,11 +7138,11 @@ } }, "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" } }, "agent-base": {