Set ruby version to 2.7 in the deploy workflow

This commit is contained in:
Maruan 2021-01-15 00:29:22 -05:00 committed by GitHub
parent 8680c4b9af
commit c437bf55bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Enable bundler cache
uses: actions/cache@v2
with: