Skip to content

Commit

Permalink
Revert "Bump CLI (#198)"
Browse files Browse the repository at this point in the history
This reverts commit e9b0d07.
  • Loading branch information
baksetercx authored Jan 24, 2025
1 parent e9b0d07 commit 7bb78bf
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 @@ -168,7 +168,7 @@ runs:
- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
with:
version: '0.29.3' # TODO: remove this (which will get latest version) when 3lv CLI is stable
version: '0.28.1' # TODO: remove this (which will get latest version) when 3lv CLI is stable

- name: Install Cosign if not using Elvia runner
if: ${{ !startsWith(runner.name, 'elvia-runner-') && inputs.sign-image == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
- name: Install 3lv CLI
uses: 3lvia/cli/setup@trunk
with:
version: '0.29.3' # TODO: remove this (which will get latest version) when 3lv CLI is stable
version: '0.28.1' # TODO: remove this (which will get latest version) when 3lv CLI is stable

- name: Deploy
shell: bash
Expand Down

0 comments on commit 7bb78bf

Please sign in to comment.