浏览代码

Merge pull request #111224 from Repiteo/ci/scons-bump

CI: Bump SCons version [4.9.0→4.10.0]
Thaddeus Crews 2 月之前
父节点
当前提交
d413181b8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/godot-deps/action.yml

+ 1 - 1
.github/actions/godot-deps/action.yml

@@ -10,7 +10,7 @@ inputs:
     default: x64
     default: x64
   scons-version:
   scons-version:
     description: The SCons version to use.
     description: The SCons version to use.
-    default: 4.9.0
+    default: 4.10.0
 
 
 runs:
 runs:
   using: composite
   using: composite