Skip to content

Commit

Permalink
GitHub Actions uses Ruby 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Apr 14, 2021
1 parent 17244ff commit 1c833f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6.6
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit 1c833f4

Please sign in to comment.