summaryrefslogtreecommitdiffstats
path: root/.github/actions
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-07-22 17:24:07 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-07-22 17:24:07 +0200
commita713ce7b9e54196743b59595eae6b68b9b8e722f (patch)
tree3e91b35d30cde312d517c33d71b0787d2546c3e1 /.github/actions
parent587f1d0cb072e8092530663992fa046a0f710015 (diff)
parent75a70d888aa99da73409810d2cf0d2e00d4e8038 (diff)
downloadredot-engine-a713ce7b9e54196743b59595eae6b68b9b8e722f.tar.gz
Merge pull request #94444 from Repiteo/ci/bump-scons
CI: Bump SCons version (4.7.0→4.8.0)
Diffstat (limited to '.github/actions')
-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 07a364cd79..99404657c6 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -9,7 +9,7 @@ inputs:
default: "x64"
scons-version:
description: The SCons version to use.
- default: "4.7.0"
+ default: "4.8.0"
runs:
using: "composite"
steps: