mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
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:
parent
b9a903fe55
commit
961450161e
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user