File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 git config --global core.autocrlf false
2929 git config --global core.eol lf
3030 git config --global advice.detachedHead 0
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - name : Set up Ruby
3333 uses : ruby/setup-ruby@v1
3434 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 10
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Extract release note
1313 run : |
1414 ruby \
4040 - ruby
4141 - jruby
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : ruby/setup-ruby@v1
4545 with :
4646 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 if : ${{ github.repository_owner == 'ruby' }}
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212
1313 - name : Create GitHub App token
1414 id : app-token
Original file line number Diff line number Diff line change 2828 git config --global core.autocrlf false
2929 git config --global core.eol lf
3030 git config --global advice.detachedHead 0
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - uses : actions/setup-java@v5
3333 with :
3434 distribution : zulu
Original file line number Diff line number Diff line change 2929 git config --global core.autocrlf false
3030 git config --global core.eol lf
3131 git config --global advice.detachedHead 0
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : actions/setup-java@v5
3434 with :
3535 distribution : zulu
You can’t perform that action at this time.
0 commit comments