From ef2517389320aae0fd7c067aa14b060eef08b76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 29 May 2024 09:33:50 +0200 Subject: [PATCH] bump version (#38) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bump version 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 e6d2cd9..8b92b10 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: release: description: Chainsaw release version to be installed required: false - default: v0.2.2 + default: v0.2.3 install-dir: description: Where to install the chainsaw binary required: false