ci: Replace setup-ruby with use-ruby-action

This commit is contained in:
Matan Kushner 2020-01-17 12:56:20 -05:00
parent 70428f7a9d
commit ce5543f4bb
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -110,7 +110,7 @@ jobs:
go-version: "1.12.1"
# Install Ruby at a fixed version
- uses: actions/setup-ruby@v1
- uses: eregon/use-ruby-action@v1
with:
ruby-version: "2.6.3"