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:
parent
4279e4f599
commit
35c54c4efc
6
.github/workflows/verify.yml
vendored
6
.github/workflows/verify.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user