Fix CI warnings (#590)

This commit is contained in:
Fangjun Kuang
2024-02-20 15:28:47 +08:00
committed by GitHub
parent d2cc48ded5
commit 12e5225401
38 changed files with 57 additions and 57 deletions

View File

@@ -38,7 +38,7 @@ jobs:
key: ${{ matrix.os }}-python-${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}