File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 if : ${{ github.repository == 'ruby/irb' && !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@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
2626 with :
Original file line number Diff line number Diff line change 2727 with :
2828 egress-policy : audit
2929
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
3131
3232 - name : Set up Ruby
3333 uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
Original file line number Diff line number Diff line change 1717 if : github.repository == 'ruby/irb' || github.event_name != 'schedule'
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up Ruby
2222 uses : ruby/setup-ruby@v1
2323 with :
3838 WITH_LATEST_RELINE : ${{matrix.with_latest_reline}}
3939 timeout-minutes : 30
4040 steps :
41- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
41+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
4242 - name : Set up Ruby
4343 uses : ruby/setup-ruby@v1
4444 with :
5656 runs-on : ubuntu-latest
5757 timeout-minutes : 30
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - name : Set up Ruby
6161 uses : ruby/setup-ruby@v1
6262 with :
8989 WITH_VTERM : 1
9090 timeout-minutes : 30
9191 steps :
92- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
92+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
9393 - name : Install libvterm
9494 run : |
9595 sudo apt install -y libtool-bin
Original file line number Diff line number Diff line change 1919 WITH_LATEST_RELINE : ${{matrix.with_latest_reline}}
2020 timeout-minutes : 30
2121 steps :
22- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2323 - name : Set up Ruby
2424 uses : ruby/setup-ruby@v1
2525 with :
You can’t perform that action at this time.
0 commit comments