Skip to content

Commit

Permalink
bump cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Jul 19, 2024
1 parent de7bde1 commit 036d04c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 036d04c

Please sign in to comment.