From 9e3abc4115c6ed100818de074d68c0f36004df3a Mon Sep 17 00:00:00 2001 From: Thibauld Dujardin Date: Mon, 3 Oct 2022 21:06:39 +0200 Subject: [PATCH] fix(test): set hard version of core --- .github/actions/operations/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/operations/package.json b/.github/actions/operations/package.json index 412a89a..4097035 100644 --- a/.github/actions/operations/package.json +++ b/.github/actions/operations/package.json @@ -8,7 +8,7 @@ "test": "jest" }, "dependencies": { - "@actions/core": "^1.2.5" + "@actions/core": "1.2.5" }, "devDependencies": { "@vercel/ncc": "^0.31.1",