File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 release_id : ${{ steps.create_release.outputs.id }}
1616 upload_url : ${{ steps.create_release.outputs.upload_url }}
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 with :
2020 fetch-depth : 0
2121 if : github.event_name == 'schedule'
7171 sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
7272
7373 - name : Clone Ruby
74- uses : actions/checkout@v2
74+ uses : actions/checkout@v3
7575 with :
7676 repository : ruby/ruby
7777
@@ -105,7 +105,7 @@ jobs:
105105 - run : make test-all TESTS="-j4"
106106
107107 - run : echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
108- - uses : actions/checkout@v2
108+ - uses : actions/checkout@v3
109109 with :
110110 path : test_files
111111 - name : CLI Test
You can’t perform that action at this time.
0 commit comments