File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out repository code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 - name : Check documentation format
1616 run : |
1717 API_FILES="fabrics.h filters.h ioctl.h linux.h tree.h types.h"
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : install libraries
1616 run : sudo apt-get install libjson-c-dev
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - uses : actions/setup-python@v3
19192020 with :
3333 steps :
3434 - name : install libraries
3535 run : sudo apt-get remove -y libssl-dev
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v3
3737 - uses : actions/setup-python@v3
38383939 with :
5353 steps :
5454 - name : install libraries
5555 run : sudo apt-get install libjson-c-dev lcov
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v3
5757 - uses : actions/setup-python@v3
58585959 with :
You can’t perform that action at this time.
0 commit comments