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 913b299 commit 79f378f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:

- run: ko publish --bare ./

- name: Install old release
- name: Install specific release
uses: ko-build/setup-ko@main
with:
version: v0.8.0
version: v0.17.0

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

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

0 comments on commit 79f378f

Please sign in to comment.