瀏覽代碼

[godot] Update setup action to latest Python/Scons versions.

Mario Zechner 2 年之前
父節點
當前提交
adbb5d367a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/actions/setup-godot-deps/action.yml

+ 2 - 2
.github/actions/setup-godot-deps/action.yml

@@ -12,7 +12,7 @@ runs:
   steps:
     # Use python 3.x release (works cross platform)
     - name: Set up Python 3.x
-      uses: actions/setup-python@v2
+      uses: actions/setup-python@v4
       with:
         # Semantic version range syntax or exact version of a Python version
         python-version: ${{ inputs.python-version }}
@@ -23,5 +23,5 @@ runs:
       shell: bash
       run: |
         python -c "import sys; print(sys.version)"
-        python -m pip install scons
+        python -m pip install scons==4.4.0
         scons --version