From d39da1a21d7fa2a265d56b484c2a257fb857999c Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Sun, 12 Feb 2023 23:18:03 +0900 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18c7307..051033c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "url": "https://github.com/actions-rs/cargo/issues" }, "dependencies": { - "@actions-rs/core": "0.1.3", + "@actions-rs/core": "git+https://github.com/synthet-ic/action-core.git", "@actions/core": "^1.2.4", "string-argv": "^0.3.1" },