GHA: Change godot repo ref to "4.2"

This commit is contained in:
Serhii Snitsaruk 2024-01-19 14:01:02 +01:00
parent a3f8c09766
commit 782e72d92d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
godot-treeish:
description: A tag, branch or commit hash in the Godot repository.
type: string
default: 4.2.1-stable
default: 4.2
limboai-treeish:
description: A tag, branch or commit hash in the LimboAI repository.
type: string

View File

@ -26,7 +26,7 @@ concurrency:
# Global Settings.
env:
GODOT_REF: "4.2.1-stable"
GODOT_REF: "4.2"
GODOT_CPP_REF: "4.2"
jobs: