We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7bde1 commit 036d04cCopy full SHA for 036d04c
README.md
@@ -26,14 +26,14 @@ steps:
26
uses: kosli-dev/setup-cli-action@v2
27
with:
28
version:
29
- 2.3.4
+ 2.10.11
30
```
31
32
## Inputs
33
34
The actions supports the following inputs:
35
36
-- `version`: The version of `kosli` to install, defaulting to `2.3.4`
+- `version`: The version of `kosli` to install, defaulting to `2.10.11`
37
38
## Environment variables
39
action.yml
@@ -4,7 +4,7 @@ inputs:
4
5
description: Version of Kosli CLI
6
required: false
7
- default: 2.7.6
+ default: 2.10.11
8
branding:
9
icon: 'download-cloud'
10
color: 'blue'
0 commit comments