GitHub actions: update Ruby version
This commit is contained in:
parent
616896d1d8
commit
2822b14a57
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
- name: Use Ruby
|
||||
uses: actions/setup-ruby@v1
|
||||
with: { ruby-version: '2.7.1' }
|
||||
with: { ruby-version: '2.7' }
|
||||
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue