From 5b5ec8f4dce439574c42e7f5659375101038f43a Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Thu, 4 Apr 2024 18:01:53 -0400 Subject: [PATCH] Bump github workflows to SCons 4.7 --- .github/actions/godot-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml index 881eb7d1f683..cac72c436ed3 100644 --- a/.github/actions/godot-deps/action.yml +++ b/.github/actions/godot-deps/action.yml @@ -23,5 +23,5 @@ runs: shell: bash run: | python -c "import sys; print(sys.version)" - python -m pip install scons==4.4.0 + python -m pip install scons==4.7.0 scons --version