Skip to content

Commit 79f378f

Browse files
authored
Update use-action.yaml
1 parent 913b299 commit 79f378f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/use-action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131

3232
- run: ko publish --bare ./
3333

34-
- name: Install old release
34+
- name: Install specific release
3535
uses: ko-build/setup-ko@main
3636
with:
37-
version: v0.8.0
37+
version: v0.17.0
3838

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

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

0 commit comments

Comments
 (0)