Skip to content

Commit bc1d28d

Browse files
authored
Update use-action.yaml
1 parent 6f2a060 commit bc1d28d

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)