Bump actions/setup-python from 2.3.2 to 3 (#493)

This commit is contained in:
dependabot[bot] 2022-03-01 13:15:23 +01:00 committed by GitHub
parent 16eefff9cd
commit 952afa901f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python 3
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.x

View File

@ -34,7 +34,7 @@ jobs:
- name: Set up Python 3
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.x