Merge pull request #20 from godotengine/dependabot/github_actions/actions/setup-python-v2.1.4

Bump actions/setup-python from v1 to v2.1.4
This commit is contained in:
Rémi Verschelde 2020-12-07 10:06:03 +01:00 committed by GitHub
commit c2d2922f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -153,7 +153,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -217,7 +217,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -281,7 +281,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -351,7 +351,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -449,7 +449,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -579,7 +579,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Download LLVM artifact
@ -666,7 +666,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Setup Emscripten SDK
@ -765,7 +765,7 @@ jobs:
path: godot-mono-builds
- name: Setup Python
if: steps.cache_llvm.outputs.cache-hit != 'true'
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono
@ -826,7 +826,7 @@ jobs:
with:
path: godot-mono-builds
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Patch Mono