From e8e5d63947018f5129a668cffb05b2a2104ba4f7 Mon Sep 17 00:00:00 2001 From: Julien Biezemans Date: Mon, 9 Feb 2026 11:23:22 +0100 Subject: [PATCH] Bump default CLI version to 2.11.42 --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9eea918..1479b32 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ steps: uses: kosli-dev/setup-cli-action@v2 with: version: - 2.11.35 + 2.11.42 ``` ## Inputs The actions supports the following inputs: -- `version`: The version of `kosli` to install, defaulting to `2.11.35` +- `version`: The version of `kosli` to install, defaulting to `2.11.42` ## Example job See [Kosli CLI documentation](https://docs.kosli.com/) diff --git a/action.yml b/action.yml index b74d045..65b9de6 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: Version of Kosli CLI required: false - default: 2.11.35 + default: 2.11.42 branding: icon: 'download-cloud' color: 'blue'