Closed jasongitmail closed 3 years ago
To add, GitHub Dependabot has the ability for people to have their workflow actions updated to the latest released versions, you can find the docs here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
Thanks for creating this action. Works great!
Just a suggestion that it'd be better to use
actions/checkout@v2
instead of@master
in the Readme, for stability. That's Github's current recommendation.