Merge pull request #8090 from dtrodrigues/setup-ruby
use main branch for setup-ruby action
This commit is contained in:
commit
363a769348
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
uses: actions/setup-ruby@master
|
uses: actions/setup-ruby@main
|
||||||
with:
|
with:
|
||||||
ruby-version: '2.6'
|
ruby-version: '2.6'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user