In GitHub, it's good practice to use major tags for GitHub Actions. It allows users to lock in to specific major version without need to remember to update on every minor and/or patch version update.
https://docs.github.com/en/actions/concepts/workflows-and-actions/about-custom-actions#good-practices-for-release-management
Please either add (and manage) it manually or automate the process.
In GitHub, it's good practice to use major tags for GitHub Actions. It allows users to lock in to specific major version without need to remember to update on every minor and/or patch version update.
https://docs.github.com/en/actions/concepts/workflows-and-actions/about-custom-actions#good-practices-for-release-management
Please either add (and manage) it manually or automate the process.