Bump actions/setup-python from 2 to 2.2.2 (#399)

This commit is contained in:
dependabot[bot] 2021-05-17 15:38:44 +02:00 committed by GitHub
parent ead9de5ce6
commit ce911523cb
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 uses: actions/checkout@v2
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@v2 uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.x python-version: 3.x

View File

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