iffy / install-nim

Github Action to install Nim
MIT License
30 stars 1 forks source link

missing releases of the action itself? #22

Closed ee7 closed 2 years ago

ee7 commented 2 years ago

In the Marketplace, the latest version of this Action is written as v4.0.2. I believe that's because its latest release is v4.0.2.

However, its latest tag is v4.1.2. So maybe some people using this action cannot use Nim 1.6.2 and 1.6.4 currently: https://github.com/iffy/install-nim/compare/v4.0.2...v4.1.2

I think e.g. uses: iffy/install-nim@v4 would still use v4.1.2, but I haven't checked. And it may or may not prevent dependabot from creating a PR to bump e.g. uses: iffy/install-nim@v4.0.2.

iffy commented 2 years ago

Thanks for noticing this! It should be updated to 4.1.3 now.