- Auto-install will now run in the
workspace-root
if defined.
- moon can be forced installed by setting
moon-version
, instead of relying on file detection.
- Now includes the moon and proto versions in the cache key.
- Updated dependencies.
- Support proto v0.24 changes.
- Added a
cache
input to toggle caching of the toolchain. Defaults to true. - Added a
cache-base
input. When provided, will only save cache on this branch/ref, but will restore cache on all branches/refs.
- Improve cache key checks.
- Reduce globbing calls.
- Updated logging.
- Initial release.