mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 17:16:42 +03: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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Use Ruby 2.5
|
- name: Use Ruby 2.7
|
||||||
uses: actions/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.5
|
ruby-version: 2.7
|
||||||
- name: Setup cache for gems
|
- name: Setup cache for gems
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user