Also updates the checkout action version and Windows OS version. I also removed the rubygems to the setup-ruby task can load the right bundler / rubygems version.
I need to switch the assert_equal to an assert_match because the message changed with recent updates.
Also updates the checkout action version and Windows OS version. I also removed the
rubygems
to thesetup-ruby
task can load the right bundler / rubygems version.I need to switch the
assert_equal
to anassert_match
because the message changed with recent updates.Everything runs green on my fork.