Selaa lähdekoodia

[godot] Revert change to python setup GH action.

Mario Zechner 2 vuotta sitten
vanhempi
commit
9a168a26a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/actions/setup-godot-deps/action.yml

+ 1 - 1
.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@v3
+      uses: actions/setup-python@v2
       with:
         # Semantic version range syntax or exact version of a Python version
         python-version: ${{ inputs.python-version }}