Tool Cache
Version updated for https://github.com/AnimMouse/tool-cache to version v1.2.0.
- This action is used across all versions by 15 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action provides a tool cache specifically designed for composite actions, enabling easy installation and management of programs across Ubuntu, Windows, and macOS runners. It automates the process of downloading, extracting, and adding programs to the system path within GitHub Actions workflows, eliminating the need for custom scripts. The action simplifies dependency management by integrating caching support for efficient reuse of downloaded tools.
Release notes
Changelog:
- Change
.ymlto.yaml. - Remove default false on inputs since it is treated as string not boolean.
- Use semantic versioning on releases.