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 v3 (#475)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0d4da7cf8f
commit
e603ee05f5
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user