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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-09 16:30:36 +01:00 committed by GitHub
parent 56ee3d4836
commit 3014905659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python 3.9 - name: Setup Python 3.9
uses: actions/setup-python@v3.1.2 uses: actions/setup-python@v4.0.0
with: with:
python-version: 3.9 python-version: 3.9
#---------------------------------------------- #----------------------------------------------
@ -97,7 +97,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python ${{ matrix.pyver }} - name: Setup Python ${{ matrix.pyver }}
uses: actions/setup-python@v3.1.2 uses: actions/setup-python@v4.0.0
with: with:
python-version: ${{ matrix.pyver }} python-version: ${{ matrix.pyver }}
#---------------------------------------------- #----------------------------------------------
@ -158,7 +158,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python 3.9 - name: Setup Python 3.9
uses: actions/setup-python@v3.1.2 uses: actions/setup-python@v4.0.0
with: with:
python-version: 3.9 python-version: 3.9
- name: Install Poetry - name: Install Poetry