From 3014905659ff37c4ed9100b508df6aef3bef76ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:30:36 +0100 Subject: [PATCH] Bump actions/setup-python from 3.1.2 to 4.0.0 (#272) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c19a81a..4fe92d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python 3.9 - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v4.0.0 with: python-version: 3.9 #---------------------------------------------- @@ -97,7 +97,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python ${{ matrix.pyver }} - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v4.0.0 with: python-version: ${{ matrix.pyver }} #---------------------------------------------- @@ -158,7 +158,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Python 3.9 - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v4.0.0 with: python-version: 3.9 - name: Install Poetry