Browse Source

Merge pull request #92967 from akien-mga/ci-gha-pin-python-3.12.3

CI: Pin Python 3.12.3 to workaround GHA issue
Rémi Verschelde 1 year ago
parent
commit
32eba1ee17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/godot-deps/action.yml

+ 1 - 1
.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"