Upgrade actions/setup-python to v3 (#3621)

This commit is contained in:
Bruno Alla 2022-03-03 22:21:04 +00:00 committed by GitHub
parent e33892ce1e
commit a1105457aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.9"
cache: pip
@ -85,7 +85,7 @@ jobs:
{%- else %}
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.9"
cache: pip