From d35f6c58a6c19ae924a4f2eef4db9d1c96b69dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Postula?= Date: Thu, 20 Oct 2022 12:02:27 +0200 Subject: [PATCH] [chore] upgrade action core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16d5ae8..ef61116 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@actions/core": "^1.4.0", + "@actions/core": "^1.10.0", "@actions/github": "^5.0.0", "toml": "^3.0.0" }