From 8c5bd0c11d10691169af926baf4d74d6ad6f716c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 21 May 2024 20:58:49 +0200 Subject: [PATCH] bump version (#36) 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 dc21f64..e6d2cd9 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.1 + default: v0.2.2 install-dir: description: Where to install the chainsaw binary required: false