diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 940ccbd..d22055d 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -33,7 +33,7 @@ jobs: run: npm ci - name: Install Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 - name: Install Cpplint run: pip install cpplint