Skip to content

Commit 036d04c

Browse files
committed
bump cli version
1 parent de7bde1 commit 036d04c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ steps:
2626
uses: kosli-dev/setup-cli-action@v2
2727
with:
2828
version:
29-
2.3.4
29+
2.10.11
3030
```
3131

3232
## Inputs
3333

3434
The actions supports the following inputs:
3535

36-
- `version`: The version of `kosli` to install, defaulting to `2.3.4`
36+
- `version`: The version of `kosli` to install, defaulting to `2.10.11`
3737

3838
## Environment variables
3939

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: Version of Kosli CLI
66
required: false
7-
default: 2.7.6
7+
default: 2.10.11
88
branding:
99
icon: 'download-cloud'
1010
color: 'blue'

0 commit comments

Comments
 (0)