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 03c10fd commit a9843b2Copy full SHA for a9843b2
.github/workflows/ruby.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@master
15
- name: Set up Ruby ${{ matrix.ruby }}
16
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262
17
with:
18
ruby-version: ${{ matrix.ruby }}
19
- name: Build and test
0 commit comments