Floating v2 version
It would be great if you could add a floating v2 version, like actions/checkout@v3.
Now we need to update every file, when a new minor is released.
Assuming a tag is sufficient for this to work, a v2 version should now be in place
It works. Thanks!
@frabert You can also automate this like actions/checkout does:
https://github.com/actions/checkout/blob/main/.github/workflows/update-main-version.yml
I am 100% sure I would end up spending more time debugging the automation than it takes me to manually push a tag, considering how infrequently I update this repo 😅
hehe you're probably right :)