mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
use main branch for setup-ruby action
This commit is contained in:
parent
bcf9fce70f
commit
c56f47c1ee
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