Skip to content

Commit 898d8e3

Browse files
committed
Merge pull request godotengine#90304 from acmorrow/scons-4.7.0
Bump GitHub workflows to SCons 4.7
2 parents 9856182 + 5b5ec8f commit 898d8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ runs:
2323
shell: bash
2424
run: |
2525
python -c "import sys; print(sys.version)"
26-
python -m pip install scons==4.4.0
26+
python -m pip install scons==4.7.0
2727
scons --version

0 commit comments

Comments
 (0)