File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 name : Build the gem
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Install Ruby
2020 uses : ruby/setup-ruby@v1
2121 with :
Original file line number Diff line number Diff line change 1717 outputs :
1818 ruby : ${{ steps.ruby.outputs.versions }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Install Ruby ${{ matrix.ruby }}
2222 uses : ruby/setup-ruby@v1
2323 with :
3737 ruby : ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
3838 name : RSpec - Ruby ${{ matrix.ruby }}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - name : Install Ruby ${{ matrix.ruby }}
4242 uses : ruby/setup-ruby@v1
4343 with :
You can’t perform that action at this time.
0 commit comments