fix: use 4.6.0 (full semver) in CI workflows

This commit is contained in:
2026-06-18 15:16:37 +08:00
parent 98b337331e
commit 53e2d11e05
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.6'
version: '4.6.0'
use-dotnet: false
- name: Setup Export Templates
@@ -57,7 +57,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.6'
version: '4.6.0'
use-dotnet: false
- name: Setup Export Templates
@@ -93,7 +93,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.6'
version: '4.6.0'
use-dotnet: false
- name: Setup Export Templates