A couple days ago dependabot started opening PRs changing uses: ruby/setup-ruby@v1 to …@v1.300.0:
https://github.com/search?q=%22bump+ruby%2Fsetup-ruby+from+1+to+1.300.0%22&type=pullrequests
That doesn't look right. I can see that v1 is now a branch, which would explain this. I'm just not sure if this is a change in dependabot, or if setup-ruby switched from using a tag to a branch.
A couple days ago dependabot started opening PRs changing
uses: ruby/setup-ruby@v1to…@v1.300.0:https://github.com/search?q=%22bump+ruby%2Fsetup-ruby+from+1+to+1.300.0%22&type=pullrequests
That doesn't look right. I can see that
v1is now a branch, which would explain this. I'm just not sure if this is a change in dependabot, or if setup-ruby switched from using a tag to a branch.