Skip to content

Commit

Permalink
Match the installed version of ruby with the one in ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
waltz committed Feb 28, 2020
1 parent c7a5806 commit 8724872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Ruby
uses: actions/setup-ruby/@v1
with:
ruby-version: '2.6'
ruby-version: '2.6.3'

- name: Install Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 8724872

Please sign in to comment.