From 855b3f794d9f4318ecdae53d5a5fa9c2a185bad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 21 Feb 2024 16:00:57 +0100 Subject: [PATCH] chore: 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 5e69a2d..461e27a 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.5 + default: v0.1.6 install-dir: description: Where to install the chainsaw binary required: false