Releases: moonrepo/setup-toolchain
Releases · moonrepo/setup-toolchain
v0.6.0
- Added a
auto-setupinput that will automatically setup moon toolchains by runningmoon setup. - Updated proto version detection to extract the
proto.versionfield from.moon/toolchain.yml.
v0.5.0
- Support proto v0.51 changes and
.protolockfiles. - Fixed the proto/moon versions not being available in the post-run cache key.
- Updated dependencies.
v0.4.1
- Include the architecture in the cache key.
v0.4.0
- Added a
cache-versioninput that will be used in the cache key. - Updated dependencies.
v0.3.3
- If
moonis configured in a root.prototools, we'll no longer install the moon binary through
the action, and rely on proto to install it. This only applies ifauto-installis true.
v0.3.2
- Auto-install will now run in the
workspace-rootif defined.
v0.3.1
- moon can be forced installed by setting
moon-version, instead of relying on file detection.
v0.3.0
- Now includes the moon and proto versions in the cache key.
- Updated dependencies.
v0.2.1
- Support proto v0.24 changes.
v0.2.0
- Added a
cacheinput to toggle caching of the toolchain. Defaults to true. - Added a
cache-baseinput. When provided, will only save cache on this branch/ref, but will restore cache on all branches/refs.