Bump actions/setup-python from v1 to v2.1.4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...41b7212b1668f5de9d65e9c82aa777e6bbedb3a8)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-20 15:30:05 +00:00 committed by GitHub
parent 0be1cc2e9b
commit f12b3e4071
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