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'