summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-07-16 11:46:52 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-07-16 11:46:52 -0500
commit8039500f93acc2e89924bf335ca4b8f10d14d56f (patch)
tree4e142b9372de4bd8ae5bccc5107aed2317631ddc
parent97b8ad1af0f2b4a216f6f1263bef4fbc69e56c7b (diff)
downloadredot-engine-8039500f93acc2e89924bf335ca4b8f10d14d56f.tar.gz
Revert "CI: Pin Python 3.12.3 to workaround GHA issue"
This reverts commit 4fd7b2fc0fe654e1fa546881e58051a6aff00163.
-rw-r--r--.github/actions/godot-deps/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index 607666ec5f..07a364cd79 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -3,7 +3,7 @@ description: Setup Python, install the pip version of SCons.
inputs:
python-version:
description: The Python version to use.
- default: "3.12.3"
+ default: "3.x"
python-arch:
description: The Python architecture.
default: "x64"