diff --git a/README.md b/README.md index 23d9814..174081a 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ steps: uses: kosli-dev/setup-cli-action@v2 with: version: - 2.3.4 + 2.10.11 ``` ## Inputs The actions supports the following inputs: -- `version`: The version of `kosli` to install, defaulting to `2.3.4` +- `version`: The version of `kosli` to install, defaulting to `2.10.11` ## Environment variables diff --git a/action.yml b/action.yml index 83bfde7..d4e7d42 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: Version of Kosli CLI required: false - default: 2.7.6 + default: 2.10.11 branding: icon: 'download-cloud' color: 'blue'