Use Ruby 2.7.1 in GitHub Actions (#8444)

Merge pull request 8444
This commit is contained in:
Ashwin Maroli 2020-11-03 03:01:00 +05:30 committed by GitHub
parent 1099f73d2d
commit 137de414c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7.1
- name: Set up Dependencies Cache
uses: actions/cache@v1
with: