Browse Source

CI: Use setup-python@v4

(cherry picked from commit c7a30aec030c23f088fa3b1e90fcd695c9de5349)
Rémi Verschelde 3 years ago
parent
commit
dac7dc2a35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -59,7 +59,7 @@ jobs:
           submodules: recursive
           submodules: recursive
 
 
       - name: Set up Python (for SCons)
       - name: Set up Python (for SCons)
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
         with:
           python-version: '3.x'
           python-version: '3.x'