File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 cpplint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v1
11- - uses : actions/setup-python@v1
10+ - uses : actions/checkout@v2
11+ - uses : actions/setup-python@v2
1212 - run : pip install cpplint
1313 - run : cpplint --recursive .
Original file line number Diff line number Diff line change 1111 cpplint_modified_files :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v1
15- - uses : actions/setup-python@v1
14+ - uses : actions/checkout@v2
15+ - uses : actions/setup-python@v2
1616 - shell : python # Show the version of shell: python and then upgrade shell: python to Python 3.8
1717 run : import sys ; print("Python {}.{}.{}".format(*sys.version_info)) # Legacy Python :-(
1818 - run : sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 10
You can’t perform that action at this time.
0 commit comments