v1.3.1
Fixed
- Version pinning now works —
apm-versioninput correctly pins to the specified APM version using@actions/tool-cachev4 (download, extract, cache, add to PATH) - Added
github-tokeninput (defaults to${{ github.token }}) to avoid GitHub API rate limits when resolvinglatest - Replaced shell-based installer with in-process
fetch()+@actions/tool-cachefor reliability across all runner architectures
What's Changed
- fix: implement version pinning with @actions/tool-cache v4 by @danielmeppiel in #11
Full Changelog: v1.3.0...v1.3.1