1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-02-14 02:00:11 +02:00

Update setup Ruby step in build job of verification workflow (#4213)

* Update setup ruby step in build job of verify workflow

* Update Ruby version in step name
This commit is contained in:
Álvaro Mondéjar 2020-12-02 12:02:17 +01:00 committed by GitHub
parent 4279e4f599
commit 35c54c4efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Ruby 2.5
uses: actions/setup-ruby@v1
- name: Use Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 2.7
- name: Setup cache for gems
uses: actions/cache@v2
with: