reference v0.1

This commit is contained in:
Jason Hall 2021-04-28 21:16:34 -04:00
parent fff820b99f
commit 0ebc24ea96

View File

@ -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:`.