mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-03 12:09:37 +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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Ruby 2.6
|
||||
uses: actions/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.x
|
||||
ruby-version: '2.6'
|
||||
- name: Checks
|
||||
run: |
|
||||
ruby .github/osia_convert.rb
|
||||
|
Loading…
Reference in New Issue
Block a user