From d93aa0ef6182da9e39ffcf0b5189b2fe550e6c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 10 Jul 2024 10:11:16 +0200 Subject: [PATCH] bump version 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 cdb6d66..3205876 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.5 + default: v0.2.6 install-dir: description: Where to install the chainsaw binary required: false