summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-06-10 12:13:10 +0200
committerGitHub <noreply@github.com>2024-06-10 12:13:10 +0200
commit32eba1ee17555fbc4f4d348a568b6d9d391de9a5 (patch)
treef280f0cfebcd312d7e615e004497de8c6b0eda77
parent5833f597865c773fae3ee09fc4e31d4a243f812d (diff)
parent4fd7b2fc0fe654e1fa546881e58051a6aff00163 (diff)
downloadredot-engine-32eba1ee17555fbc4f4d348a568b6d9d391de9a5.tar.gz
Merge pull request #92967 from akien-mga/ci-gha-pin-python-3.12.3
CI: Pin Python 3.12.3 to workaround GHA issue
-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 07a364cd79..607666ec5f 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.x"
+ default: "3.12.3"
python-arch:
description: The Python architecture.
default: "x64"