Closed
Description
What article on docs.github.com is affected?
https://docs.github.com/en/actions/guides/building-and-testing-ruby
What part(s) of the article would you like to see updated?
The article, in its examples, is using both uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
(full SHA) and uses: ruby/setup-ruby@v1
(tag), which one should it be?
Additional information
I think using the v1
tag in all examples would be the best. This was recently touched on in actions/starter-workflows#758. It was also discussed at length in actions/starter-workflows#448 a while back.