File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 commit : ${{ steps.latest_commit.outputs.commit }}
1616 steps :
1717 - name : Clone ruby
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 repository : ruby/ruby
2121 path : ruby
5050 outputs :
5151 tag : ${{ steps.tag.outputs.tag }}
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 with :
5555 fetch-depth : 0
5656 if : github.event_name != 'push'
8383 runs-on : ${{ matrix.os }}
8484 steps :
8585 - name : Clone ruby
86- uses : actions/checkout@v3
86+ uses : actions/checkout@v4
8787 with :
8888 repository : ruby/ruby
8989 ref : ${{ needs.prepare.outputs.commit }}
@@ -142,7 +142,7 @@ jobs:
142142 - run : make test-all TESTS="-j4"
143143
144144 - run : echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
145- - uses : actions/checkout@v3
145+ - uses : actions/checkout@v4
146146 with :
147147 path : test_files
148148 - name : CLI Test
You can’t perform that action at this time.
0 commit comments