Skip to content

Commit

Permalink
Bump CLI (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx authored Jan 3, 2025
1 parent aef5cdf commit 4af131b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ runs:
- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
with:
version: '0.25.0' # TODO: remove this (which will get latest version) when 3lv CLI is stable
version: '0.27.0' # TODO: remove this (which will get latest version) when 3lv CLI is stable

- name: Handle deprecated inputs
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
with:
version: '0.25.0' # TODO: remove this (which will get latest version) when 3lv CLI is stable
version: '0.27.0' # TODO: remove this (which will get latest version) when 3lv CLI is stable

- name: Deploy
shell: bash
Expand Down

0 comments on commit 4af131b

Please sign in to comment.