deps(workflows): bump actions/checkout from 4 to 6 (#194)

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:
dependabot[bot] 2025-11-25 00:30:12 +08:00 committed by GitHub
parent 5a4f1d52ea
commit 8218bbd48b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 18 deletions

View file

@ -46,7 +46,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: "recursive"
fetch-depth: 0
@ -129,7 +129,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: "recursive"
fetch-depth: 0
@ -141,8 +141,7 @@ jobs:
update-environment: true
- name: Upgrade pip
run: |
python -m pip install --upgrade pip setuptools
run: python -m pip install --upgrade pip setuptools
- name: Set __release__
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'

View file

@ -61,7 +61,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View file

@ -23,7 +23,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
@ -34,12 +34,10 @@ jobs:
update-environment: true
- name: Upgrade pip
run: |
python -m pip install --upgrade pip setuptools
run: python -m pip install --upgrade pip setuptools
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
run: python -m pip install -r requirements.txt
- name: Import tests
run: |
@ -63,8 +61,7 @@ jobs:
)
- name: Install linters
run: |
python -m pip install --upgrade pre-commit pylint[spelling] mypy typing-extensions
run: python -m pip install --upgrade pre-commit 'pylint[spelling]' mypy typing-extensions
- name: pre-commit
run: |

View file

@ -29,7 +29,7 @@ repos:
args: [--ignore-case]
files: ^docs/source/spelling_wordlist\.txt$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.4
rev: v0.14.6
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]

View file

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
XuehaiPan@pku.edu.cn.
[XuehaiPan@pku.edu.cn](mailto:XuehaiPan@pku.edu.cn).
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

View file

@ -212,8 +212,7 @@ pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop
Or, clone this repo and install manually:
```bash
git clone --depth=1 https://github.com/XuehaiPan/nvitop.git
cd nvitop
git clone --depth=1 https://github.com/XuehaiPan/nvitop.git && cd nvitop
pip3 install .
```

View file

@ -77,8 +77,7 @@ Or, clone this repo and install manually:
.. code:: bash
git clone --depth=1 https://github.com/XuehaiPan/nvitop.git
cd nvitop
git clone --depth=1 https://github.com/XuehaiPan/nvitop.git && cd nvitop
pip3 install .
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_