From 806260f5078f2d5e0a47f64bee57f90fdd2bae61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 06:24:40 +0000 Subject: [PATCH] Bump actions/setup-python from v2.1.4 to v2.2.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.4...dc73133d4da04e56a135ae2246682783cc7c7cb6) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6053095..ae3791d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -157,7 +157,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -221,7 +221,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -285,7 +285,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -355,7 +355,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -453,7 +453,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -583,7 +583,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Download LLVM artifact @@ -670,7 +670,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Setup Emscripten SDK @@ -769,7 +769,7 @@ jobs: path: godot-mono-builds - name: Setup Python if: steps.cache_llvm.outputs.cache-hit != 'true' - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono @@ -830,7 +830,7 @@ jobs: with: path: godot-mono-builds - name: Setup Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.PYTHON_VERSION }} - name: Patch Mono