Update actions/setup-python action to v3 (#475)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-01 19:48:56 +08:00 committed by GitHub
parent 0d4da7cf8f
commit e603ee05f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
- name: Install Dependencies
run: |
python -m pip install --upgrade pip