From 1706fc1f5e1729d8f4afc1b7df638320286cc72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 03:02:26 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... 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..caa04b8 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@v4 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@v4 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@v4 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@v4 with: python-version: ${{ env.MASTER_PYTHON }} - name: Install Poetry Itself