From 51aabb76fd84cf1c579d185f179c4ce6c356868a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:07:34 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 2.2.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v2.2.2) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b0b5dc..8c9d3c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Python ${{ env.MASTER_PYTHON }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.MASTER_PYTHON }} - name: Install Poetry Itself @@ -48,7 +48,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ matrix.python }} - name: Install Poetry Itself @@ -75,7 +75,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Python ${{ env.MASTER_PYTHON }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.MASTER_PYTHON }} - name: Install Poetry Itself @@ -105,7 +105,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Python ${{ env.MASTER_PYTHON }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.MASTER_PYTHON }} - name: Install Poetry Itself