From c086d4bce4f7c6cde5bb4f859be2477ca1c23fa8 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 15 Aug 2020 12:42:01 +0200 Subject: [PATCH] :wrench: Update package.json --- node_modules/@actions/core/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/node_modules/@actions/core/package.json b/node_modules/@actions/core/package.json index ebdc39b..8880508 100644 --- a/node_modules/@actions/core/package.json +++ b/node_modules/@actions/core/package.json @@ -1,20 +1,20 @@ { - "_from": "@actions/core", + "_from": "@actions/core@^1.2.4", "_id": "@actions/core@1.2.4", "_inBundle": false, "_integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==", "_location": "/@actions/core", "_phantomChildren": {}, "_requested": { - "type": "tag", + "type": "range", "registry": true, - "raw": "@actions/core", + "raw": "@actions/core@^1.2.4", "name": "@actions/core", "escapedName": "@actions%2fcore", "scope": "@actions", - "rawSpec": "", + "rawSpec": "^1.2.4", "saveSpec": null, - "fetchSpec": "latest" + "fetchSpec": "^1.2.4" }, "_requiredBy": [ "#USER", @@ -22,7 +22,7 @@ ], "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz", "_shasum": "96179dbf9f8d951dd74b40a0dbd5c22555d186ab", - "_spec": "@actions/core", + "_spec": "@actions/core@^1.2.4", "_where": "/home/simon/Projects/dynamic-badges-action", "bugs": { "url": "https://github.com/actions/toolkit/issues"