Skip to content

Commit

Permalink
Update use-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Jan 15, 2025
1 parent 6f2a060 commit bc1d28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Install specific release
uses: ko-build/setup-ko@main
with:
version: v0.17.0
version: v0.16.0

- name: Check installed version
run: ko version | grep 0.17.0
run: ko version | grep 0.16.0

- name: Install from tip
uses: ko-build/setup-ko@main
Expand Down

0 comments on commit bc1d28d

Please sign in to comment.