Skip to content

Releases: moonrepo/setup-toolchain

v0.6.4

Choose a tag to compare

@milesj milesj released this 19 Mar 17:19
261c62c
  • Updated action to Node.js v24.

v0.6.3

Choose a tag to compare

@milesj milesj released this 26 Feb 23:56
8794f03
  • Added moon v2 configuration support.

v0.6.2

Choose a tag to compare

@milesj milesj released this 04 Feb 17:05
65d5364
  • Revert proto v0.55 compatibility.

v0.6.1

Choose a tag to compare

@milesj milesj released this 02 Feb 04:03
7805818
  • Fixed an issue with proto v0.55 installs.
  • Updated to use githubusercontent.com instead of moonrepo.dev for script downloads.
  • Updated dependencies.

v0.6.0

Choose a tag to compare

@milesj milesj released this 02 Sep 18:24
3927d57
  • Added a auto-setup input that will automatically setup moon toolchains by running moon setup.
  • Updated proto version detection to extract the proto.version field from .moon/toolchain.yml.

v0.5.0

Choose a tag to compare

@milesj milesj released this 19 Jul 18:56
827700d
  • Support proto v0.51 changes and .protolock files.
  • Fixed the proto/moon versions not being available in the post-run cache key.
  • Updated dependencies.

v0.4.1

Choose a tag to compare

@milesj milesj released this 23 Mar 22:24
937d7db
  • Include the architecture in the cache key.

v0.4.0

Choose a tag to compare

@milesj milesj released this 06 Mar 18:39
da8e65c
  • Added a cache-version input that will be used in the cache key.
  • Updated dependencies.

v0.3.3

Choose a tag to compare

@milesj milesj released this 12 Nov 00:55
c8a71c0
  • If moon is 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 if auto-install is true.

v0.3.2

Choose a tag to compare

@milesj milesj released this 16 Oct 17:21
0461112
  • Auto-install will now run in the workspace-root if defined.