diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ce7265f..6702d90 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot - GODOT_VERSION: 4.1.1 + GODOT_VERSION: 4.1.3 GODOT_VERSION_TYPE: stable OPENVIC_BASE_BRANCH: master |