From 75a70d888aa99da73409810d2cf0d2e00d4e8038 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Tue, 16 Jul 2024 12:03:21 -0500 Subject: [PATCH] =?UTF-8?q?CI:=20Bump=20SCons=20version=20(4.7.0=E2=86=924?= =?UTF-8?q?.8.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/godot-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml index 607666ec5f8..d823506ebab 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: