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@v6.0.0
23+ uses : actions/checkout@v6.0.1
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
30+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@v6.0.0
20+ - uses : actions/checkout@v6.0.1
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
41+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@v6.0.0
59+ - uses : actions/checkout@v6.0.1
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
92+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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