Hi, have been trying to make the action work without much luck, since the version retrieved by 'actions/checkout' is just 'main' instead of the latest tag provided.
Maybe I have misunderstood how it works, but as far as I have seen the latest version should be automatically retrieved without needing to set it every time.
Created 2 versions of the same action, one with input and another without it.
Input: https://github.com/regorxxx/test/blob/main/.github/workflows/main.yml (works fine if providing 2.6.0 as input)

No input: https://github.com/regorxxx/test/blob/main/.github/workflows/main-v2.yml


Hi, have been trying to make the action work without much luck, since the version retrieved by 'actions/checkout' is just 'main' instead of the latest tag provided.
Maybe I have misunderstood how it works, but as far as I have seen the latest version should be automatically retrieved without needing to set it every time.
Created 2 versions of the same action, one with input and another without it.

Input: https://github.com/regorxxx/test/blob/main/.github/workflows/main.yml (works fine if providing 2.6.0 as input)
No input: https://github.com/regorxxx/test/blob/main/.github/workflows/main-v2.yml

