Update actions/setup-python action to v4 (#531)

* Update actions/setup-python action to v4

* Add Python version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
This commit is contained in:
renovate[bot] 2022-07-05 23:36:39 +08:00 committed by GitHub
parent b9a903fe55
commit 961450161e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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