Skip to content

Commit 75f3e52

Browse files
committed
upgrade deps and bump default CLI version
1 parent c2efe11 commit 75f3e52

File tree

5 files changed

+2000
-1411
lines changed

5 files changed

+2000
-1411
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [macos-latest, windows-latest, ubuntu-latest]
21-
version: [0.1.15]
21+
version: [2.11.27]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

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.11.0
29+
2.11.27
3030
```
3131

3232
## Inputs
3333

3434
The actions supports the following inputs:
3535

36-
- `version`: The version of `kosli` to install, defaulting to `2.11.5`
36+
- `version`: The version of `kosli` to install, defaulting to `2.11.27`
3737

3838
## Example job
3939
See [Kosli CLI documentation](https://docs.kosli.com/)

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.11.0
7+
default: 2.11.27
88
branding:
99
icon: 'download-cloud'
1010
color: 'blue'

0 commit comments

Comments
 (0)