From fc8b31fe369cac58af1bdde220a3abc0819d57b2 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Mon, 9 Oct 2023 22:27:23 +0400 Subject: [PATCH] Fix python version --- .github/workflows/cpplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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