For those of you using the chaaz/versio-actions/[email protected]
in your github actions, you can now upgrade to v1.2 of this action, which allows you to provide a version
property, like this:
use: chaaz/versio-actions/[email protected]`
with:
version: latest
latest
is the default, which will install the latest released version of Versio, but you can also use a specific tag instead, such as v0.6.1
. No changes are made here to e.g. the yambler or scripts, so you can continue using the latest released versions of those.