Bump actions/setup-python from 2.3.1 to 2.3.2 (#482)

This commit is contained in:
dependabot[bot] 2022-02-07 16:40:01 +01:00 committed by GitHub
parent a4afcec939
commit 3b2d982ab8
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.1
uses: actions/setup-python@v2.3.2
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.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.x