diff options
author | Andrew Morrow <andrew.morrow@viam.com> | 2024-04-04 18:01:53 -0400 |
---|---|---|
committer | Andrew Morrow <andrew.morrow@viam.com> | 2024-04-05 17:09:10 -0400 |
commit | 5b5ec8f4dce439574c42e7f5659375101038f43a (patch) | |
tree | d27470086770b2898b50b97412d5694b0b5052a2 | |
parent | 655e93d5846b2ef8ebb7d22c8878f51b8f22b312 (diff) | |
download | redot-engine-5b5ec8f4dce439574c42e7f5659375101038f43a.tar.gz |
Bump github workflows to SCons 4.7
-rw-r--r-- | .github/actions/godot-deps/action.yml | 2 |
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 |