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 90cb540 commit 53baa28Copy full SHA for 53baa28
README.md
@@ -26,14 +26,14 @@ steps:
26
uses: kosli-dev/setup-cli-action@v2
27
with:
28
version:
29
- 2.11.32
+ 2.11.34
30
```
31
32
## Inputs
33
34
The actions supports the following inputs:
35
36
-- `version`: The version of `kosli` to install, defaulting to `2.11.32`
+- `version`: The version of `kosli` to install, defaulting to `2.11.34`
37
38
## Example job
39
See [Kosli CLI documentation](https://docs.kosli.com/)
action.yml
@@ -4,7 +4,7 @@ inputs:
4
5
description: Version of Kosli CLI
6
required: false
7
- default: 2.11.32
+ default: 2.11.34
8
branding:
9
icon: 'download-cloud'
10
color: 'blue'
0 commit comments