File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - ubuntu-latest
1717 name : Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : ruby/setup-ruby@v1
2121 with :
2222 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 1616 - macOS-latest
1717 name : Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : ruby/setup-ruby@v1
2121 with :
2222 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 1616 - windows-latest
1717 name : Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : ruby/setup-ruby@v1
2121 with :
2222 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments