From 0ebc24ea968035fc8ee8d2d89280773b7f85884b Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 28 Apr 2021 21:16:34 -0400 Subject: [PATCH] reference v0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63595a9..13770a1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Doing so means I can push changes to the action that will immediately start runn To guard against this, you can reference a specific version of the action definition, for example: ``` -- uses: imjasonh/setup-ko@v0.0.4 +- uses: imjasonh/setup-ko@v0.1 ``` Regardless what version of the action you reference, it will _still install the latest version of `ko`_ unless you specify `version:`.