Skip to content

Commit 601c9ee

Browse files
authored
Update cpplint_modified_files.yml
1 parent b8af9f6 commit 601c9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpplint_modified_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cpplint_modified_files:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4 # v1, NOT v2 or v3
14+
- uses: actions/checkout@v1 # v1, NOT v2 or v3 or v4
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.x

0 commit comments

Comments
 (0)