GitHub actions: update Ruby version for deployment
This commit is contained in:
parent
2822b14a57
commit
b27d7d7f55
|
@ -52,7 +52,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