diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-16 13:16:48 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-16 13:16:48 -0600 |
commit | b31cc6960d20b758b2ad6d3a3d497a9d7964823e (patch) | |
tree | 24cc344adcbbf0e743938e76bdca078495b11f94 /.github | |
parent | 5efd124ca10bf46df62fa2441d80589777e54a5a (diff) | |
download | redot-engine-b31cc6960d20b758b2ad6d3a3d497a9d7964823e.tar.gz |
CI: Bump SCons to latest (4.8.0 → 4.8.1)
Diffstat (limited to '.github')
-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 bd9a1f55ed..3344323fd4 100644 --- a/.github/actions/godot-deps/action.yml +++ b/.github/actions/godot-deps/action.yml @@ -10,7 +10,7 @@ inputs: default: x64 scons-version: description: The SCons version to use. - default: 4.8.0 + default: 4.8.1 runs: using: composite |