We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ed524 commit 10e1bb8Copy full SHA for 10e1bb8
.github/workflows/cpplint.yml
@@ -7,8 +7,8 @@ jobs:
7
cpplint:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
12
with:
13
python-version: 3.x
14
- run: pip install cpplint
.github/workflows/cpplint_modified_files.yml
@@ -11,8 +11,8 @@ jobs:
cpplint_modified_files:
- - uses: actions/checkout@v1 # v1, NOT v2 or v3
15
+ - uses: actions/checkout@v1 # v1, NOT v2 or v3 or v4
16
17
18
- shell: python # Print the version of Python
0 commit comments