File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 reuse_matrix : ${{ steps.matrix.outputs.reuse_matrix }}
2727 steps :
2828 - name : Clone ruby
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 repository : ruby/ruby
3232 path : ruby
9494 outputs :
9595 tag : ${{ steps.tag.outputs.tag }}
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898 with :
9999 fetch-depth : 0
100100 if : github.event_name != 'push'
@@ -135,12 +135,12 @@ jobs:
135135 runs-on : ${{ matrix.os }}
136136 steps :
137137 - name : Clone ruby
138- uses : actions/checkout@v4
138+ uses : actions/checkout@v5
139139 with :
140140 repository : ruby/ruby
141141 ref : ${{ matrix.name != '3.4-asan' && needs.prepare.outputs.commit || needs.prepare.outputs.commit_3_4_asan }}
142142 - name : Clone ruby-dev-builder
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v5
144144 with :
145145 path : ruby-dev-builder
146146
@@ -243,7 +243,7 @@ jobs:
243243 - run : make test-all TESTS="-j4"
244244
245245 - run : echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
246- - uses : actions/checkout@v4
246+ - uses : actions/checkout@v5
247247 with :
248248 path : test_files
249249 - name : CLI Test
You can’t perform that action at this time.
0 commit comments