I just learned about the @latest
tag in Github Actions, as in
- uses: julia-actions/setup-julia@latest
I am wondering if it would make sense to use this in my YML files for all actions, eg actions/checkout@latest
, etc.
Yes, I understand that theoretically this may break stuff. But updating these manually, even with Dependabot, is a chore.
What are your best practices?