AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
981 stars 258 forks source link

Docker deployment failing due to CLI version #180

Open enesahmeti opened 3 months ago

enesahmeti commented 3 months ago

A recent bug in the CLI has been fixed in the latest version (9.1.0). However, the current action still uses the older version (9.0.0). Could we update the CLI version to the latest one?

For more here: https://github.com/heroku/cli/issues/2951

A screenshot from our project

figurë