Skip to content

Commit

Permalink
Update actions/setup-python action to v4 (#531)
Browse files Browse the repository at this point in the history
* Update actions/setup-python action to v4

* Add Python version

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
3 people authored Jul 5, 2022
1 parent b9a903f commit 9614501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9614501

Please sign in to comment.