Install Heroku CLI
Version updated for https://github.com/ynab/heroku-cli-action to version v1.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Heroku CLI GitHub Action automates the installation of the Heroku Command Line Interface (CLI) on a GitHub Actions runner, making it readily available for use in subsequent workflow steps. It streamlines the setup process for Heroku-related tasks by leveraging caching to speed up installation on Linux runners. This action is ideal for workflows that involve deploying, managing, or interacting with Heroku applications.
What’s Changed
Upgrade actions/cache