Skip to content

v1.3.1

Choose a tag to compare

@danielmeppiel danielmeppiel released this 11 Mar 05:15
· 38 commits to main since this release
5eac264

Fixed

  • Version pinning now worksapm-version input correctly pins to the specified APM version using @actions/tool-cache v4 (download, extract, cache, add to PATH)
  • Added github-token input (defaults to ${{ github.token }}) to avoid GitHub API rate limits when resolving latest
  • Replaced shell-based installer with in-process fetch() + @actions/tool-cache for 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