File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout PR Code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 repository : ${{ github.event.client_payload.pr_checkout_repository }}
1919 ref : ${{ github.event.client_payload.pr_head_sha }}
Original file line number Diff line number Diff line change 2020 if : ${{ github.repository == 'ruby/rdoc' && !startsWith(github.event_name, 'pull') }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Setup Ruby
2525 uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
2626 with :
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4 # v3.3.0
19+ - uses : actions/checkout@v5 # v3.3.0
2020 # libyaml-dev is needed for psych, see https://github.com/ruby/setup-ruby/issues/409
2121 - if : ${{ matrix.os == 'ubuntu-latest' }}
2222 run : sudo apt install libyaml-dev
Original file line number Diff line number Diff line change 2727 with :
2828 egress-policy : audit
2929
30- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
30+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
3232 - name : Set up Ruby
3333 uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
Original file line number Diff line number Diff line change 2828 bundler : none
2929 - name : Save latest buildable revision to environment
3030 run : echo "REF=$(ruby -v | cut -d')' -f1 | cut -d' ' -f5)" >> $GITHUB_ENV
31- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
31+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.1.0
3232 with :
3333 repository : ruby/ruby
3434 path : ruby/ruby
5151 autoconf
5252 ./configure -C --disable-install-doc
5353 working-directory : ruby/ruby
54- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
54+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.1.0
5555 with :
5656 path : ruby/rdoc
5757 - name : Build RDoc locally
Original file line number Diff line number Diff line change 4141
4242 runs-on : ${{ matrix.os }}
4343 steps :
44- - uses : actions/checkout@v4 # v3.3.0
44+ - uses : actions/checkout@v5 # v3.3.0
4545 # libyaml-dev is needed for psych, see https://github.com/ruby/setup-ruby/issues/409
4646 - if : ${{ matrix.os == 'ubuntu-latest' }}
4747 run : sudo apt install libyaml-dev
You can’t perform that action at this time.
0 commit comments