Read mise.toml versions
Version updated for https://github.com/yshrsmz/action-mise-values to version v0.2.5.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action-mise-values GitHub Action reads the [tools] table from a mise.toml file and converts it into a JSON object that can be reused in subsequent workflow steps. Its main purpose is to provide a centralized source for tool version management, enabling workflows to dynamically retrieve and use version information without hard-coding values. This action simplifies automation by facilitating compatibility with official setup actions for tools like Node.js, Python, and Go, while offering granular control over installation timing and caching strategies.
What’s Changed
v0.2.5: PR #17 - chore(deps): update mikefarah/yq action to v4.53.2