From dac7dc2a3563788dc7cc86f003f87613dfbd775a 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 1241c38c..abd210b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,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'