From 56be3cb4ec65a987b6ef4d7ab3a55ee17760a57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 28 Dec 2023 12:07:51 +0100 Subject: [PATCH] Bump default chainsaw version (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bff1a8b..bd98ccf 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: release: description: Chainsaw release version to be installed required: false - default: v0.1.1 + default: v0.1.2 install-dir: description: Where to install the chainsaw binary required: false