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