Below you will find pages that utilize the taxonomy term “moonrepo”
May 4, 2024
Setup Rust and Cargo
Version updated for moonrepo/setup-rust to version v1.2.0.
This action is used across all versions by 257 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added a target-dirs input, allowing the target folders to be specified. Can now cache multiple target folders. Updated to skip caching a directory if it does not exist, instead of failing. Updated dependencies.
April 10, 2024
moon - CI run reports
Version updated for moonrepo/run-report-action to version v1.7.0.
This action is used across all versions by 34 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added a skip-comment input setting to disable commenting on PRs. Added a report output that includes the markdown content.
March 4, 2024
moon - CI run reports
Version updated for moonrepo/run-report-action to version v1.6.1.
This action is used across all versions by 32 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Will now also work on push events on not just pull_request. Updated dependencies.
December 17, 2023
Setup proto and moon toolchains
Version updated for moonrepo/setup-toolchain to version v0.3.0.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Now includes the moon and proto versions in the cache key. Updated dependencies.
December 7, 2023
Setup proto and moon toolchains
Version updated for moonrepo/setup-toolchain to version v0.2.1.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Support proto v0.24 changes.
December 1, 2023
Setup proto and moon toolchains
Version updated for moonrepo/setup-toolchain to version v0.2.0.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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.
November 18, 2023
Setup Rust and Cargo
Version updated for moonrepo/setup-rust to version v1.1.0.
This action is used across all versions by 83 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added a cache-base input. When provided, will only save cache on this branch/ref, but will restore cache on all branches/refs. Updated dependencies.
November 8, 2023
Setup Rust and Cargo
Version updated for moonrepo/setup-rust to version v1.0.3.
This action is used across all versions by 75 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Include GITHUB_WORKFLOW in cache key. Updated dependencies.
October 6, 2023
moon - Setup moon and toolchain
Version updated for moonrepo/setup-moon-action to version v1.4.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 51 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed invalid moon PATH.
September 29, 2023
moon - Setup moon and toolchain
Version updated for moonrepo/setup-moon-action to version v1.4.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 50 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Re-enabled the v1.3 release. Will now also install proto globally. Includes .prototools when hashing the cache key.
September 28, 2023
moon - Setup moon and toolchain
Version updated for moonrepo/setup-moon-action to version v1.3.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 50 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Reverted previous release.
September 28, 2023
moon - Setup moon and toolchain
Version updated for moonrepo/setup-moon-action to version v1.3.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 50 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Will now append ~/.proto/bin to PATH, to make the moon toolchain available. Will now cache the ~/.proto/plugins directory.