Skip to content

Commit 3eacfb1

Browse files
authored
Merge pull request #41 from ko-build/imjasonh-patch-2
Update use-action.yaml
2 parents 6f2a060 + bc1d28d commit 3eacfb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/use-action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Install specific release
3535
uses: ko-build/setup-ko@main
3636
with:
37-
version: v0.17.0
37+
version: v0.16.0
3838

3939
- name: Check installed version
40-
run: ko version | grep 0.17.0
40+
run: ko version | grep 0.16.0
4141

4242
- name: Install from tip
4343
uses: ko-build/setup-ko@main

0 commit comments

Comments
 (0)