From 19c919d70945eb2cb1d01df72dd629ab678557d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Vanvelthem?= Date: Thu, 13 Oct 2022 17:06:29 +0200 Subject: [PATCH] chore: update action/core to 1.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9940fe..afc7440 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "pnpm run build && sh ./run.sh" }, "dependencies": { - "@actions/core": "^1.6.0", + "@actions/core": "^1.10.0", "@types/expand-tilde": "^2.0.0", "@types/fs-extra": "^9.0.13", "@types/js-yaml": "^4.0.5",