From 0e53c9d50ec8e7d5428f628df6f1e930a099489c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 03:03:45 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4.1.0) --- 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..5380a31 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.1.0 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.1.0 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.1.0 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.1.0 with: python-version: ${{ env.MASTER_PYTHON }} - name: Install Poetry Itself