Skip to content

Commit 178266b

Browse files
authored
Change checkout and setup-python... (#5)
...to `master` version.
1 parent a343735 commit 178266b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cpplint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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 .

.github/workflows/cpplint_modified_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
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

0 commit comments

Comments
 (0)