supercharge / mongodb-github-action

Use MongoDB in GitHub Actions
MIT License
222 stars 46 forks source link

MongoDB latest (4.4) is pulled when requesting 4.0 #22

Closed davidlatwe closed 3 years ago

davidlatwe commented 3 years ago

If we request version 4.0 as float, github action (or it was YAML ?) interpret it as integer 4 and the latest version (currently 4.4+) is pulled. See log of this project for example.

To overcome this, we should request by string "4.0".

marcuspoehls commented 3 years ago

@davidlatwe Hey David, thank you for pointing this out! I didn’t notice this version glitch. Thank you!

marcuspoehls commented 3 years ago

@davidlatwe Fixed in version 1.4.1. Published to the GitHub marketplace