We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refer to https://github.com/ruby/setup-ruby.
Noticed the following complaint suddenly appears for GitHub actions that need the ruby version defined:
After the test, seems a single quote is necessary now for version validation (i.e ruby-version: '2.7.6' instead of ruby-version: 2.7.6.
ruby-version: '2.7.6'
ruby-version: 2.7.6
Will investigate.
The text was updated successfully, but these errors were encountered:
fix #265
78b161a
test fixing #265 by upgrading to checkout@v3 and ruby@v1
3466fda
As a note, the problem show be fixed in commit 3466fda.
Closet this ticket since it is part of 3.1.0_rubocop_only branch. The PR for #264 will include this fix
Sorry, something went wrong.
pengyin-shan
No branches or pull requests
Refer to https://github.com/ruby/setup-ruby.
Noticed the following complaint suddenly appears for GitHub actions that need the ruby version defined:
After the test, seems a single quote is necessary now for version validation (i.e
ruby-version: '2.7.6'
instead ofruby-version: 2.7.6
.Will investigate.
The text was updated successfully, but these errors were encountered: