AkhileshNS / heroku-deploy

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

Docker deployment failing due to CLI version #180

Open enesahmeti opened 1 month ago

enesahmeti commented 1 month 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ë