Read mise.toml versions
Version updated for https://github.com/yshrsmz/action-mise-values to version v0.2.3.
- This action is used across all versions by ? 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 outputs it as a JSON object, allowing tool versions (e.g., Node.js, Python, Go) to be dynamically referenced in subsequent workflow steps. It provides a centralized source of truth for tool version management, enabling users to avoid hard-coding versions and leverage official setup actions for enhanced caching, configuration, and control. This action is read-only and simplifies the process of integrating version-specific tools into CI/CD workflows.
Release notes
v0.2.3: PR #15 - chore(deps): update mikefarah/yq action to v4.52.4