From 0aed967d2fe88a512466a8cdcf9343c9de48dfdb Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Mon, 20 Mar 2023 16:26:10 -0500 Subject: [PATCH] ci: update setup-python action version This patch is for testing locally with `act`. See https://github.com/actions/setup-python/issues/162 . --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e796464b..e81a3192c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v2 - name: Setup python - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 - name: Run cpplint run: pip install cpplint==1.5.4 && bash ci/lint.sh `pwd`