Closed jimgar closed 1 month ago
Today I learned: The version needs to come from marketplace, which for latest is uses: astral-sh/ruff-action@v1.1.0
Happy to raise a PR that updates README.md
to reflect this in the examples. Also understand if you prefer to do it yourselves :)
Shoot. I saw that when updating the README and almost corrected it. I was under the impression that github actions had some magic semver that would pick the latest v1 version, but I think this is just a common practice that folks publish a tag for major versions and update it to the latest minor. @charliermarsh do you think we should set up alias tags like v1
and v2
that map to the latest minor version in the v1.x.x
and v2.x.x
releases, respectively?
screenshot from chartboost releases page
@jimgar I'm sure a PR would be welcome but this might be something worth fixing in the tag release process for folks who don't want to pin minor versions.
@jimgar I'm sure a PR would be welcome but this might be something worth fixing in the tag release process for folks who don't want to pin minor versions.
Absolutely, makes sense. Will leave it with you 🙏🏻
Yeah we should have aliases here
So there’s supposed to be a v1 tag that’s mutable and constantly updated to point to the latest tagged patch release?
Should be resolved now
Confirmed, thanks so much peeps!
Hi there
I have a fresh repo. I put the example from the astral-sh/ruff-action readme into my repo's .github/workflows/ruff.yml
On push I get the following error when the workflow attempts to run:
Do you think this is simply because the action has only just gone on marketplace, is being verified, something like that? Or something else - possibly that I've done wrong!?
Thank you!