From d935a381dc1cb6eecb6ccaff679fe906dc3b261a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 18 Jul 2022 11:42:01 +0200 Subject: [PATCH] CI: Use setup-python@v4 (cherry picked from commit c7a30aec030c23f088fa3b1e90fcd695c9de5349) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd76f79..b0aae71a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: submodules: recursive - name: Set up Python (for SCons) - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x'