mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-14 10:27:25 +01:00
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:
commit
c2d2922f42
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -153,7 +153,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -217,7 +217,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -281,7 +281,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -351,7 +351,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -449,7 +449,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -579,7 +579,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Download LLVM artifact
|
- name: Download LLVM artifact
|
||||||
@ -666,7 +666,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Setup Emscripten SDK
|
- name: Setup Emscripten SDK
|
||||||
@ -765,7 +765,7 @@ jobs:
|
|||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
if: steps.cache_llvm.outputs.cache-hit != 'true'
|
if: steps.cache_llvm.outputs.cache-hit != 'true'
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -826,7 +826,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
|
Loading…
Reference in New Issue
Block a user