diff --git a/README.md b/README.md index 8dcaff0..9eea918 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ steps: uses: kosli-dev/setup-cli-action@v2 with: version: - 2.11.34 + 2.11.35 ``` ## Inputs The actions supports the following inputs: -- `version`: The version of `kosli` to install, defaulting to `2.11.34` +- `version`: The version of `kosli` to install, defaulting to `2.11.35` ## Example job See [Kosli CLI documentation](https://docs.kosli.com/) diff --git a/action.yml b/action.yml index f987375..b74d045 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: Version of Kosli CLI required: false - default: 2.11.34 + default: 2.11.35 branding: icon: 'download-cloud' color: 'blue'