cachix / install-nix-action

Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.
Apache License 2.0
498 stars 78 forks source link

Reduce major updates #204

Open SuperSandro2000 opened 6 months ago

SuperSandro2000 commented 6 months ago

Most official actions from GitHub only do a major version upgrade when they minimum required nodejs version changes which is required to not break actions for GitHub enterprise. I would like to see something similar for this action, that I can just use the latest version and don't get frequent updates in comparison.

Maybe a latest tag or v0 or vX could be used for that when people prefer less version bumps over stability.