mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-14 10:27:25 +01:00
Merge pull request #33 from godotengine/dependabot/github_actions/actions/setup-python-v2.2.2
Bump actions/setup-python from v2.1.4 to v2.2.2
This commit is contained in:
commit
326d5482bf
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -221,7 +221,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -285,7 +285,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -355,7 +355,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -453,7 +453,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -583,7 +583,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Download LLVM artifact
|
- name: Download LLVM artifact
|
||||||
@ -670,7 +670,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Setup Emscripten SDK
|
- name: Setup Emscripten SDK
|
||||||
@ -769,7 +769,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@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
- name: Patch Mono
|
- name: Patch Mono
|
||||||
@ -830,7 +830,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: godot-mono-builds
|
path: godot-mono-builds
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.1.4
|
uses: actions/setup-python@v2.2.2
|
||||||
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