⬆ Bump actions/setup-python from 2 to 4 (#411)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
dependabot[bot]
2022-11-04 22:43:45 +01:00
committed by GitHub
parent bb32178bda
commit 7e26dac198
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v3.1.0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.7"
# Allow debugging with tmate

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.7"
# Allow debugging with tmate

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# Allow debugging with tmate