From ae8c4792badd5672ab8b179776d5ea1f86a96821 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 30 Apr 2025 17:02:30 +0200 Subject: [PATCH] [godot] Update build dotnet SDK to 8.0.x --- .github/actions/setup-godot-deps-4/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-godot-deps-4/action.yml b/.github/actions/setup-godot-deps-4/action.yml index 3df153ec9..7bfc6ca17 100644 --- a/.github/actions/setup-godot-deps-4/action.yml +++ b/.github/actions/setup-godot-deps-4/action.yml @@ -26,7 +26,7 @@ runs: python -m pip install scons==4.7.0 scons --version - - name: Setup dotnet 6 + - name: Setup dotnet 8 uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' \ No newline at end of file + dotnet-version: '8.0.x' \ No newline at end of file