From 7a1b56f9c8c5daac64be9628768adb0bfdf0b50c Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sun, 13 Oct 2024 17:06:25 +0200 Subject: [PATCH] GHA: Switch workflows to Godot 4.3 branch --- .github/workflows/all_builds.yml | 2 +- .github/workflows/test_builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index 065fe44..4ffa846 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -5,7 +5,7 @@ on: godot-ref: description: A tag, branch or commit hash in the Godot repository. type: string - default: 4.3-stable + default: 4.3 limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index 65c681d..45770a6 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -26,7 +26,7 @@ concurrency: # Global Settings. env: - GODOT_REF: "4.3-stable" + GODOT_REF: "4.3" GODOT_CPP_REF: "godot-4.3-stable" jobs: