From 15d8908d02f2d860ce63a7d3e379b6857600c0e1 Mon Sep 17 00:00:00 2001 From: Taras Korenko Date: Sat, 18 Mar 2023 16:27:00 +0200 Subject: [PATCH] Bump @actions/core from 1.9.1 to 1.10.0 (#63) * Bump @actions/core from 1.9.1 to 1.10.0 * + Imo its better to refer to 'v2' as it is supposed to point to the latest version in v2.x branch * + Revert changes --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0eb61340..2ab693ae 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "publish": false }, "dependencies": { - "@actions/core": "^1.9.1", + "@actions/core": "^1.10.0", "@actions/github": "^1.1.0" }, "devDependencies": { - "@zeit/ncc": "^0.20.5", + "@vercel/ncc": "^0.36.1", "np": "^7.6.2", "prettier-standard": "^15.0.1", "standard": "^14.3.1"