mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-05 13:07:03 +01:00
Migrate Ruby action to ruby/setup-ruby (#1072) [ci skip]
This commit is contained in:
parent
58517324ad
commit
405e324bd1
4
.github/workflows/ruby.yml
vendored
4
.github/workflows/ruby.yml
vendored
@ -14,9 +14,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Ruby 2.6
|
- name: Set up Ruby 2.6
|
||||||
uses: actions/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6.x
|
ruby-version: '2.6'
|
||||||
- name: Checks
|
- name: Checks
|
||||||
run: |
|
run: |
|
||||||
ruby .github/osia_convert.rb
|
ruby .github/osia_convert.rb
|
||||||
|
Loading…
Reference in New Issue
Block a user