Skip to content

Commit

Permalink
Update setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock authored Feb 26, 2020
1 parent e03051f commit 0531162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_on_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path: vendor/bundle
key: ${{ matrix.ruby_version }}_${{ matrix.rails_version }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1.14.0
uses: ruby/setup-ruby@v1.20.0
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Build and test with Rake
Expand Down

0 comments on commit 0531162

Please sign in to comment.