I'm facing action failures because of what appears to be a bug in the version of pyenv that's being used. It seems to be related to the bug mentioned here. I'd like to be able to use a different version of pyenv in my action.
Is there a way with pyenv-action to specify the version of pyenv that should be used? I poked through the code and didn't see anything; it seems to be hardcoded to whatever's in default.ts. But if I missed something and there's a way to specify it, that would probably solve my problem.
If there's not a way to specify the version, can we upgrade the version in defaults.ts and/or provide a way to override it? I'll be happy to provide a patch for the former. The latter will probably require work from someone who knows the codebase better them me.