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 - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Setup Export Templates - name: Setup Export Templates
@@ -57,7 +57,7 @@ jobs:
- name: Setup Godot - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Setup Export Templates - name: Setup Export Templates
@@ -93,7 +93,7 @@ jobs:
- name: Setup Godot - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Setup Export Templates - name: Setup Export Templates
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
- name: Setup Godot - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Setup Android SDK (Android only) - name: Setup Android SDK (Android only)
@@ -107,7 +107,7 @@ jobs:
- name: Setup Godot - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Extract Version - name: Extract Version
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Setup Godot - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Run Build Patch Script - name: Run Build Patch Script
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Setup Godot - name: Setup Godot
uses: chickensoft-games/setup-godot@v1 uses: chickensoft-games/setup-godot@v1
with: with:
version: '4.6' version: '4.6.0'
use-dotnet: false use-dotnet: false
- name: Verify GUT Installation - name: Verify GUT Installation