Bump actions/setup-python from 2.2.2 to 2.3.1 (#470)

This commit is contained in:
dependabot[bot] 2021-12-02 20:04:44 +01:00 committed by GitHub
parent 42f5a19ea1
commit 16d3cb75b9
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.2.2
uses: actions/setup-python@v2.3.1
with:
python-version: 3.x

View File

@ -30,7 +30,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.2.2
uses: actions/setup-python@v2.3.1
with:
python-version: 3.x