mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
deps(workflows): bump actions/setup-python from 4 to 5 (#111)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
8c8bc18ea0
commit
b50b83767b
4 changed files with 9 additions and 9 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
|
@ -48,14 +48,14 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
id: py
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.7 - 3.12"
|
||||
update-environment: true
|
||||
|
||||
- name: Set up Python 3.7
|
||||
id: py37
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.7"
|
||||
update-environment: false
|
||||
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
python-version: "3.7 - 3.12"
|
||||
|
|
|
|||
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
|
|
@ -25,14 +25,14 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
id: py
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.7 - 3.12"
|
||||
update-environment: true
|
||||
|
||||
- name: Set up Python 3.7
|
||||
id: py37
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.7"
|
||||
update-environment: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue