From 126a8f02aa388ec84f4b247e9423be5f848527f4 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 7 May 2024 10:09:07 +0200 Subject: [PATCH] [godot] Remove 4.0 build, upgrade to latest Scons. --- .github/actions/setup-godot-deps/action.yml | 4 ++-- .github/workflows/spine-godot-v4-all.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-godot-deps/action.yml b/.github/actions/setup-godot-deps/action.yml index 8fd40040e..3df153ec9 100644 --- a/.github/actions/setup-godot-deps/action.yml +++ b/.github/actions/setup-godot-deps/action.yml @@ -12,7 +12,7 @@ runs: steps: # Use python 3.x release (works cross platform) - name: Set up Python 3.x - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Semantic version range syntax or exact version of a Python version python-version: ${{ inputs.python-version }} @@ -23,7 +23,7 @@ runs: shell: bash run: | python -c "import sys; print(sys.version)" - python -m pip install scons==4.4.0 + python -m pip install scons==4.7.0 scons --version - name: Setup dotnet 6 diff --git a/.github/workflows/spine-godot-v4-all.yml b/.github/workflows/spine-godot-v4-all.yml index 84915cbd9..e967a7abb 100644 --- a/.github/workflows/spine-godot-v4-all.yml +++ b/.github/workflows/spine-godot-v4-all.yml @@ -14,7 +14,6 @@ jobs: matrix: version: [ - {"tag": "4.0.4-stable", "version": "4.0.4.stable", "mono": false}, {"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": false}, {"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": true}, {"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": false},