File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed
Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v3
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 - 2.6
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
20- - name : Install cURL Headers
21- run : sudo apt-get install libcurl4-openssl-dev
19+ uses : actions/checkout@v3
2220 - name : Setup Ruby & Bundle
2321 uses : ruby/setup-ruby@v1
2422 with :
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v2
28- - name : Install cURL Headers
29- run : sudo apt-get install libcurl4-openssl-dev
27+ uses : actions/checkout@v3
3028 - name : Setup Ruby & Bundle
3129 uses : ruby/setup-ruby@v1
3230 with :
Original file line number Diff line number Diff line change 3434 with :
3535 cc_test_reporter_id : ${{ secrets.CC_TEST_REPORTER_ID }}
3636 - name : Checkout
37- uses : actions/checkout@v2
38- - name : Install cURL Headers
39- run : sudo apt-get install libcurl4-openssl-dev
37+ uses : actions/checkout@v3
4038 - name : Setup Ruby & Bundle
4139 uses : ruby/setup-ruby@v1
4240 with :
Original file line number Diff line number Diff line change 2828 continue-on-error : ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v2
32- - name : Install cURL Headers
33- run : sudo apt-get install libcurl4-openssl-dev
31+ uses : actions/checkout@v3
3432 - name : Setup Ruby & Bundle
3533 uses : ruby/setup-ruby@v1
3634 with :
You can’t perform that action at this time.
0 commit comments