From 908e062e9bc31ac66bc4d78b7b08f886b7340a50 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Mon, 3 Mar 2025 11:54:43 -0600 Subject: [PATCH] =?UTF-8?q?CI:=20Bump=20SCons=20to=20latest=20(4.8.1=20?= =?UTF-8?q?=E2=86=92=204.9.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 d9b95e84484..76001c1ab02 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.1 + default: 4.9.0 runs: using: composite