We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f65585 commit f58e534Copy full SHA for f58e534
.github/workflows/ruby.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: Set up Ruby 2.7.x
13
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
14
with:
15
ruby-version: 2.7
16
- name: Build and test with Rake, RSpec, RuboCop, Fasterer
0 commit comments