summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@viam.com>2024-04-04 18:01:53 -0400
committerAndrew Morrow <andrew.morrow@viam.com>2024-04-05 17:09:10 -0400
commit5b5ec8f4dce439574c42e7f5659375101038f43a (patch)
treed27470086770b2898b50b97412d5694b0b5052a2
parent655e93d5846b2ef8ebb7d22c8878f51b8f22b312 (diff)
downloadredot-engine-5b5ec8f4dce439574c42e7f5659375101038f43a.tar.gz
Bump github workflows to SCons 4.7
-rw-r--r--.github/actions/godot-deps/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index 881eb7d1f6..cac72c436e 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