Skip to content

Commit

Permalink
Bump CLI (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx authored Dec 6, 2024
1 parent deceaf0 commit dd7a948
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 @@ -191,7 +191,7 @@ runs:
- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
with:
version: '0.20.2' # TODO: remove this (which will get latest version) when 3lv CLI is stable
version: '0.20.3' # 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 @@ -144,7 +144,7 @@ runs:
- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
with:
version: '0.20.2' # TODO: remove this (which will get latest version) when 3lv CLI is stable
version: '0.20.3' # TODO: remove this (which will get latest version) when 3lv CLI is stable

- name: Deploy
shell: bash
Expand Down

0 comments on commit dd7a948

Please sign in to comment.