From 1392cef35e2105f241cc71073f4c8d8f13f62c01 Mon Sep 17 00:00:00 2001 From: dmvict Date: Fri, 16 Jun 2023 15:08:33 +0300 Subject: [PATCH] update dependency `@actions/core` in willfile --- will.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/will.yml b/will.yml index d356d4ec..c4f0cfd7 100644 --- a/will.yml +++ b/will.yml @@ -90,7 +90,7 @@ path: - src/Main.js submodule: '@actions/core': - path: 'npm:///@actions/core!1.8.2' + path: 'npm:///@actions/core!1.10.0' enabled: 0 github-actions-parser: path: 'npm:///github-actions-parser!0.26.0'